Html Css Color HEX #CB0033 Crimson

📋 copy color: '#CB0033'

red 203 ◦ green 0 ◦ blue 51

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

Shades of Crimson #CB0033

Tints of Crimson #CB0033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 51 (20.31% from 255) = 20.08%

R = 79.92%
G = 0%
B = 20.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB0033 (or 0xCB0033) is known color: Crimson. HEX triplet: CB, 00 and 33. RGB value is (203,0,51). Sum of RGB (Red+Green+Blue) = 203+0+51=254 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.92% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0033 is #34FFCC. Grayscale: #424242. Windows color (decimal): -3473357 or 3342539. OLE color: 3342539.

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

Color convert

RGB 203 0 51 -
CMYK 0 1 0.75 0.20
HSL 344.93º 1% 0.4% -
HSV(B) 344.93º 1% 0.8% -
XYZ 25.23 12.94 4.3 -
YUV 66.51 119.25 225.35 -
System Red Green Blue C M Y K H S L
Decimal 203 0 51 0 1 0.75 0.20 344.93 1 0.4
Hex CB 0 33 0 64 4B 14 159 64 28
Octal 313 0 63 0 144 113 24 531 144 50
Binary 11001011 0 110011 0 1100100 1001011 10100 101011001 1100100 101000

Color Harmonies of #CB0033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0033

Black with #CB0033

Text Example


Text Example

White with #CB0033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0033; }

 p { color: rgb(203,0,51); }

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

background-color css

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

 a { background-color: rgb(203,0,51); }

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

border-color css

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

 span { border-color: rgb(203,0,51); }

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