Html Css Color HEX #CB093C Crimson

📋 copy color: '#CB093C'

red 203 ◦ green 9 ◦ blue 60

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

Shades of Crimson #CB093C

Tints of Crimson #CB093C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.06%

R = 74.63%
G = 3.31%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB093C (or 0xCB093C) is known color: Crimson. HEX triplet: CB, 09 and 3C. RGB value is (203,9,60). Sum of RGB (Red+Green+Blue) = 203+9+60=272 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.63% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 203 - color contains mainly: red. Hex color #CB093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB093C is #34F6C3. Grayscale: #484848. Windows color (decimal): -3471044 or 3934667. OLE color: 3934667.

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

Color convert

RGB 203 9 60 -
CMYK 0 0.96 0.70 0.20
HSL 344.23º 0.92% 0.42% -
HSV(B) 344.23º 0.96% 0.8% -
XYZ 25.54 13.22 5.48 -
YUV 72.82 120.77 220.85 -
System Red Green Blue C M Y K H S L
Decimal 203 9 60 0 0.96 0.70 0.20 344.23 0.92 0.42
Hex CB 9 3C 0 60 46 14 158 5C 2A
Octal 313 11 74 0 140 106 24 530 134 52
Binary 11001011 1001 111100 0 1100000 1000110 10100 101011000 1011100 101010

Color Harmonies of #CB093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB093C

Black with #CB093C

Text Example


Text Example

White with #CB093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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