Html Css Color HEX #CB0332 Crimson

📋 copy color: '#CB0332'

red 203 ◦ green 3 ◦ blue 50

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

Shades of Crimson #CB0332

Tints of Crimson #CB0332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.53%

R = 79.3%
G = 1.17%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB0332 (or 0xCB0332) is known color: Crimson. HEX triplet: CB, 03 and 32. RGB value is (203,3,50). Sum of RGB (Red+Green+Blue) = 203+3+50=256 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.30% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0332 is #34FCCD. Grayscale: #444444. Windows color (decimal): -3472590 or 3277771. OLE color: 3277771.

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

Color convert

RGB 203 3 50 -
CMYK 0 0.99 0.75 0.20
HSL 345.9º 0.97% 0.4% -
HSV(B) 345.9º 0.99% 0.8% -
XYZ 25.24 12.99 4.2 -
YUV 68.16 117.76 224.18 -
System Red Green Blue C M Y K H S L
Decimal 203 3 50 0 0.99 0.75 0.20 345.9 0.97 0.4
Hex CB 3 32 0 63 4B 14 15A 61 28
Octal 313 3 62 0 143 113 24 532 141 50
Binary 11001011 11 110010 0 1100011 1001011 10100 101011010 1100001 101000

Color Harmonies of #CB0332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0332

Black with #CB0332

Text Example


Text Example

White with #CB0332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0332; }

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

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

background-color css

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

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

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

border-color css

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

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

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