Html Css Color HEX #CB0C4B Crimson

📋 copy color: '#CB0C4B'

red 203 ◦ green 12 ◦ blue 75

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

Shades of Crimson #CB0C4B

Tints of Crimson #CB0C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.86%

R = 70%
G = 4.14%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB0C4B (or 0xCB0C4B) is known color: Crimson. HEX triplet: CB, 0C and 4B. RGB value is (203,12,75). Sum of RGB (Red+Green+Blue) = 203+12+75=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0C4B is #34F3B4. Grayscale: #4C4C4C. Windows color (decimal): -3470261 or 4918475. OLE color: 4918475.

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

Color convert

RGB 203 12 75 -
CMYK 0 0.94 0.63 0.20
HSL 340.21º 0.89% 0.42% -
HSV(B) 340.21º 0.94% 0.8% -
XYZ 26.03 13.47 7.88 -
YUV 76.29 127.28 218.38 -
System Red Green Blue C M Y K H S L
Decimal 203 12 75 0 0.94 0.63 0.20 340.21 0.89 0.42
Hex CB C 4B 0 5E 3F 14 154 59 2A
Octal 313 14 113 0 136 77 24 524 131 52
Binary 11001011 1100 1001011 0 1011110 111111 10100 101010100 1011001 101010

Color Harmonies of #CB0C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0C4B

Black with #CB0C4B

Text Example


Text Example

White with #CB0C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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