Html Css Color HEX #CB063E Crimson

📋 copy color: '#CB063E'

red 203 ◦ green 6 ◦ blue 62

#CB063E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #CB063E

Tints of Crimson #CB063E

RGB

 RED value IS 203 (79.69% from 255) = 74.91%

 GREEN value IS 6 (2.73% from 255) = 2.21%

 BLUE value IS 62 (24.61% from 255) = 22.88%

R = 74.91%
G = 2.21%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB063E (or 0xCB063E) is known color: Crimson. HEX triplet: CB, 06 and 3E. RGB value is (203,6,62). Sum of RGB (Red+Green+Blue) = 203+6+62=271 (35% of max value = 765). Red value is 203 (79.69% from 255 or 74.91% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 203 - color contains mainly: red. Hex color #CB063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB063E is #34F9C1. Grayscale: #474747. Windows color (decimal): -3471810 or 4064971. OLE color: 4064971.

HSL color Cylindrical-coordinate representation of color #CB063E: hue angle of 342.94º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB063E is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 6 62 -
CMYK 0 0.97 0.69 0.20
HSL 342.94º 0.94% 0.41% -
HSV(B) 342.94º 0.97% 0.8% -
XYZ 25.56 13.17 5.75 -
YUV 71.29 122.77 221.95 -
System Red Green Blue C M Y K H S L
Decimal 203 6 62 0 0.97 0.69 0.20 342.94 0.94 0.41
Hex CB 6 3E 0 61 45 14 157 5E 29
Octal 313 6 76 0 141 105 24 527 136 51
Binary 11001011 110 111110 0 1100001 1000101 10100 101010111 1011110 101001

Color Harmonies of #CB063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB063E

Black with #CB063E

Text Example


Text Example

White with #CB063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB063E; }

 p { color: rgb(203,6,62); }

 H1.HeaderClassName
 {
   color: #CB063E;
 }
 .AnyTagClassName
 {
   color: #CB063E;
 }
</style>

background-color css

<style>
 a { background-color: #CB063E; }

 a { background-color: rgb(203,6,62); }

 div.DivClassName
 {
   background-color: #CB063E;
 }
 .BgClassName
 {
   background-color: #CB063E;
 }
</style>

border-color css

<style>
 span { border-color: #CB063E; }

 span { border-color: rgb(203,6,62); }

 td.TdClassName
 {
   border-color: #CB063E;
 }
 .TagClassName
 {
   border-color: #CB063E;
 }
</style>