Html Css Color HEX #CB0E3E Crimson

📋 copy color: '#CB0E3E'

red 203 ◦ green 14 ◦ blue 62

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

Shades of Crimson #CB0E3E

Tints of Crimson #CB0E3E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.02%

 BLUE value IS 62 (24.61% from 255) = 22.22%

R = 72.76%
G = 5.02%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB0E3E (or 0xCB0E3E) is known color: Crimson. HEX triplet: CB, 0E and 3E. RGB value is (203,14,62). Sum of RGB (Red+Green+Blue) = 203+14+62=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0E3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0E3E is #34F1C1. Grayscale: #4B4B4B. Windows color (decimal): -3469762 or 4067019. OLE color: 4067019.

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

Color convert

RGB 203 14 62 -
CMYK 0 0.93 0.69 0.20
HSL 344.76º 0.87% 0.43% -
HSV(B) 344.76º 0.93% 0.8% -
XYZ 25.66 13.36 5.78 -
YUV 75.98 120.12 218.6 -
System Red Green Blue C M Y K H S L
Decimal 203 14 62 0 0.93 0.69 0.20 344.76 0.87 0.43
Hex CB E 3E 0 5D 45 14 159 57 2B
Octal 313 16 76 0 135 105 24 531 127 53
Binary 11001011 1110 111110 0 1011101 1000101 10100 101011001 1010111 101011

Color Harmonies of #CB0E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0E3E

Black with #CB0E3E

Text Example


Text Example

White with #CB0E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0E3E; }

 p { color: rgb(203,14,62); }

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

background-color css

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

 a { background-color: rgb(203,14,62); }

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

border-color css

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

 span { border-color: rgb(203,14,62); }

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