Html Css Color HEX #CB0249 Crimson

📋 copy color: '#CB0249'

red 203 ◦ green 2 ◦ blue 73

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

Shades of Crimson #CB0249

Tints of Crimson #CB0249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 73 (28.91% from 255) = 26.26%

R = 73.02%
G = 0.72%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB0249 (or 0xCB0249) is known color: Crimson. HEX triplet: CB, 02 and 49. RGB value is (203,2,73). Sum of RGB (Red+Green+Blue) = 203+2+73=278 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.02% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0249 is #34FDB6. Grayscale: #464646. Windows color (decimal): -3472823 or 4784843. OLE color: 4784843.

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

Color convert

RGB 203 2 73 -
CMYK 0 0.99 0.64 0.20
HSL 338.81º 0.98% 0.4% -
HSV(B) 338.81º 0.99% 0.8% -
XYZ 25.85 13.22 7.49 -
YUV 70.19 129.59 222.73 -
System Red Green Blue C M Y K H S L
Decimal 203 2 73 0 0.99 0.64 0.20 338.81 0.98 0.4
Hex CB 2 49 0 63 40 14 153 62 28
Octal 313 2 111 0 143 100 24 523 142 50
Binary 11001011 10 1001001 0 1100011 1000000 10100 101010011 1100010 101000

Color Harmonies of #CB0249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0249

Black with #CB0249

Text Example


Text Example

White with #CB0249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0249; }

 p { color: rgb(203,2,73); }

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

background-color css

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

 a { background-color: rgb(203,2,73); }

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

border-color css

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

 span { border-color: rgb(203,2,73); }

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