Html Css Color HEX #CB0636 Crimson

📋 copy color: '#CB0636'

red 203 ◦ green 6 ◦ blue 54

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

Shades of Crimson #CB0636

Tints of Crimson #CB0636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.53%

R = 77.19%
G = 2.28%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB0636 (or 0xCB0636) is known color: Crimson. HEX triplet: CB, 06 and 36. RGB value is (203,6,54). Sum of RGB (Red+Green+Blue) = 203+6+54=263 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.19% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0636 is #34F9C9. Grayscale: #464646. Windows color (decimal): -3471818 or 3540683. OLE color: 3540683.

HSL color Cylindrical-coordinate representation of color #CB0636: hue angle of 345.38º 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 #CB0636 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 6 54 -
CMYK 0 0.97 0.73 0.20
HSL 345.38º 0.94% 0.41% -
HSV(B) 345.38º 0.97% 0.8% -
XYZ 25.36 13.09 4.68 -
YUV 70.38 118.77 222.6 -
System Red Green Blue C M Y K H S L
Decimal 203 6 54 0 0.97 0.73 0.20 345.38 0.94 0.41
Hex CB 6 36 0 61 49 14 159 5E 29
Octal 313 6 66 0 141 111 24 531 136 51
Binary 11001011 110 110110 0 1100001 1001001 10100 101011001 1011110 101001

Color Harmonies of #CB0636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0636

Black with #CB0636

Text Example


Text Example

White with #CB0636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0636; }

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

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

background-color css

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

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

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

border-color css

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

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

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