Html Css Color HEX #CB0930 Crimson

📋 copy color: '#CB0930'

red 203 ◦ green 9 ◦ blue 48

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

Shades of Crimson #CB0930

Tints of Crimson #CB0930

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.46%

 BLUE value IS 48 (19.14% from 255) = 18.46%

R = 78.08%
G = 3.46%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB0930 (or 0xCB0930) is known color: Crimson. HEX triplet: CB, 09 and 30. RGB value is (203,9,48). Sum of RGB (Red+Green+Blue) = 203+9+48=260 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.08% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0930 is #34F6CF. Grayscale: #474747. Windows color (decimal): -3471056 or 3148235. OLE color: 3148235.

HSL color Cylindrical-coordinate representation of color #CB0930: hue angle of 347.94º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0930 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 9 48 -
CMYK 0 0.96 0.76 0.20
HSL 347.94º 0.92% 0.42% -
HSV(B) 347.94º 0.96% 0.8% -
XYZ 25.26 13.11 3.99 -
YUV 71.45 114.77 221.83 -
System Red Green Blue C M Y K H S L
Decimal 203 9 48 0 0.96 0.76 0.20 347.94 0.92 0.42
Hex CB 9 30 0 60 4C 14 15C 5C 2A
Octal 313 11 60 0 140 114 24 534 134 52
Binary 11001011 1001 110000 0 1100000 1001100 10100 101011100 1011100 101010

Color Harmonies of #CB0930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0930

Black with #CB0930

Text Example


Text Example

White with #CB0930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0930; }

 p { color: rgb(203,9,48); }

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

background-color css

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

 a { background-color: rgb(203,9,48); }

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

border-color css

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

 span { border-color: rgb(203,9,48); }

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