Html Css Color HEX #CB0331 Crimson

📋 copy color: '#CB0331'

red 203 ◦ green 3 ◦ blue 49

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

Shades of Crimson #CB0331

Tints of Crimson #CB0331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

 BLUE value IS 49 (19.53% from 255) = 19.22%

R = 79.61%
G = 1.18%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB0331 (or 0xCB0331) is known color: Crimson. HEX triplet: CB, 03 and 31. RGB value is (203,3,49). Sum of RGB (Red+Green+Blue) = 203+3+49=255 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.61% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0331 is #34FCCE. Grayscale: #444444. Windows color (decimal): -3472591 or 3212235. OLE color: 3212235.

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

Color convert

RGB 203 3 49 -
CMYK 0 0.99 0.76 0.20
HSL 346.2º 0.97% 0.4% -
HSV(B) 346.2º 0.99% 0.8% -
XYZ 25.22 12.98 4.08 -
YUV 68.04 117.26 224.26 -
System Red Green Blue C M Y K H S L
Decimal 203 3 49 0 0.99 0.76 0.20 346.2 0.97 0.4
Hex CB 3 31 0 63 4C 14 15A 61 28
Octal 313 3 61 0 143 114 24 532 141 50
Binary 11001011 11 110001 0 1100011 1001100 10100 101011010 1100001 101000

Color Harmonies of #CB0331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0331

Black with #CB0331

Text Example


Text Example

White with #CB0331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0331; }

 p { color: rgb(203,3,49); }

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

background-color css

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

 a { background-color: rgb(203,3,49); }

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

border-color css

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

 span { border-color: rgb(203,3,49); }

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