Html Css Color HEX #CB0C38 Crimson

📋 copy color: '#CB0C38'

red 203 ◦ green 12 ◦ blue 56

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

Shades of Crimson #CB0C38

Tints of Crimson #CB0C38

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.43%

 BLUE value IS 56 (22.27% from 255) = 20.66%

R = 74.91%
G = 4.43%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB0C38 (or 0xCB0C38) is known color: Crimson. HEX triplet: CB, 0C and 38. RGB value is (203,12,56). Sum of RGB (Red+Green+Blue) = 203+12+56=271 (35% of max value = 765). Red value is 203 (79.69% from 255 or 74.91% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0C38 is #34F3C7. Grayscale: #4A4A4A. Windows color (decimal): -3470280 or 3673291. OLE color: 3673291.

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

Color convert

RGB 203 12 56 -
CMYK 0 0.94 0.72 0.20
HSL 346.18º 0.89% 0.42% -
HSV(B) 346.18º 0.94% 0.8% -
XYZ 25.47 13.24 4.96 -
YUV 74.13 117.78 219.92 -
System Red Green Blue C M Y K H S L
Decimal 203 12 56 0 0.94 0.72 0.20 346.18 0.89 0.42
Hex CB C 38 0 5E 48 14 15A 59 2A
Octal 313 14 70 0 136 110 24 532 131 52
Binary 11001011 1100 111000 0 1011110 1001000 10100 101011010 1011001 101010

Color Harmonies of #CB0C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0C38

Black with #CB0C38

Text Example


Text Example

White with #CB0C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0C38; }

 p { color: rgb(203,12,56); }

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

background-color css

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

 a { background-color: rgb(203,12,56); }

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

border-color css

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

 span { border-color: rgb(203,12,56); }

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