Html Css Color HEX #CB0940 Crimson

📋 copy color: '#CB0940'

red 203 ◦ green 9 ◦ blue 64

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

Shades of Crimson #CB0940

Tints of Crimson #CB0940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 73.55%
G = 3.26%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB0940 (or 0xCB0940) is known color: Crimson. HEX triplet: CB, 09 and 40. RGB value is (203,9,64). Sum of RGB (Red+Green+Blue) = 203+9+64=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0940 is #34F6BF. Grayscale: #494949. Windows color (decimal): -3471040 or 4196811. OLE color: 4196811.

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

Color convert

RGB 203 9 64 -
CMYK 0 0.96 0.68 0.20
HSL 342.99º 0.92% 0.42% -
HSV(B) 342.99º 0.96% 0.8% -
XYZ 25.65 13.26 6.06 -
YUV 73.28 122.77 220.53 -
System Red Green Blue C M Y K H S L
Decimal 203 9 64 0 0.96 0.68 0.20 342.99 0.92 0.42
Hex CB 9 40 0 60 44 14 157 5C 2A
Octal 313 11 100 0 140 104 24 527 134 52
Binary 11001011 1001 1000000 0 1100000 1000100 10100 101010111 1011100 101010

Color Harmonies of #CB0940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0940

Black with #CB0940

Text Example


Text Example

White with #CB0940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0940; }

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

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

background-color css

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

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

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

border-color css

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

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

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