Html Css Color HEX #CB0D4B Crimson

📋 copy color: '#CB0D4B'

red 203 ◦ green 13 ◦ blue 75

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

Shades of Crimson #CB0D4B

Tints of Crimson #CB0D4B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.47%

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

R = 69.76%
G = 4.47%
B = 25.77%

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

#CB0D4B (or 0xCB0D4B) is known color: Crimson. HEX triplet: CB, 0D and 4B. RGB value is (203,13,75). Sum of RGB (Red+Green+Blue) = 203+13+75=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0D4B is #34F2B4. Grayscale: #4C4C4C. Windows color (decimal): -3470005 or 4918731. OLE color: 4918731.

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

Color convert

RGB 203 13 75 -
CMYK 0 0.94 0.63 0.20
HSL 340.42º 0.88% 0.42% -
HSV(B) 340.42º 0.94% 0.8% -
XYZ 26.04 13.49 7.89 -
YUV 76.88 126.95 217.96 -
System Red Green Blue C M Y K H S L
Decimal 203 13 75 0 0.94 0.63 0.20 340.42 0.88 0.42
Hex CB D 4B 0 5E 3F 14 154 58 2A
Octal 313 15 113 0 136 77 24 524 130 52
Binary 11001011 1101 1001011 0 1011110 111111 10100 101010100 1011000 101010

Color Harmonies of #CB0D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0D4B

Black with #CB0D4B

Text Example


Text Example

White with #CB0D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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