Html Css Color HEX #CB0737 Crimson

📋 copy color: '#CB0737'

red 203 ◦ green 7 ◦ blue 55

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

Shades of Crimson #CB0737

Tints of Crimson #CB0737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.64%

 BLUE value IS 55 (21.88% from 255) = 20.75%

R = 76.6%
G = 2.64%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB0737 (or 0xCB0737) is known color: Crimson. HEX triplet: CB, 07 and 37. RGB value is (203,7,55). Sum of RGB (Red+Green+Blue) = 203+7+55=265 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.60% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0737 is #34F8C8. Grayscale: #474747. Windows color (decimal): -3471561 or 3606475. OLE color: 3606475.

HSL color Cylindrical-coordinate representation of color #CB0737: hue angle of 345.31º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB0737 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 7 55 -
CMYK 0 0.97 0.73 0.20
HSL 345.31º 0.93% 0.41% -
HSV(B) 345.31º 0.97% 0.8% -
XYZ 25.39 13.12 4.81 -
YUV 71.08 118.93 222.1 -
System Red Green Blue C M Y K H S L
Decimal 203 7 55 0 0.97 0.73 0.20 345.31 0.93 0.41
Hex CB 7 37 0 61 49 14 159 5D 29
Octal 313 7 67 0 141 111 24 531 135 51
Binary 11001011 111 110111 0 1100001 1001001 10100 101011001 1011101 101001

Color Harmonies of #CB0737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0737

Black with #CB0737

Text Example


Text Example

White with #CB0737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0737; }

 p { color: rgb(203,7,55); }

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

background-color css

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

 a { background-color: rgb(203,7,55); }

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

border-color css

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

 span { border-color: rgb(203,7,55); }

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