Html Css Color HEX #CF0E3E Crimson

📋 copy color: '#CF0E3E'

red 207 ◦ green 14 ◦ blue 62

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

Shades of Crimson #CF0E3E

Tints of Crimson #CF0E3E

RGB

 RED value IS 207 (81.25% from 255) = 73.14%

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

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

R = 73.14%
G = 4.95%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF0E3E (or 0xCF0E3E) is known color: Crimson. HEX triplet: CF, 0E and 3E. RGB value is (207,14,62). Sum of RGB (Red+Green+Blue) = 207+14+62=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0E3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0E3E is #30F1C1. Grayscale: #4D4D4D. Windows color (decimal): -3207618 or 4067023. OLE color: 4067023.

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

Color convert

RGB 207 14 62 -
CMYK 0 0.93 0.70 0.19
HSL 345.08º 0.87% 0.43% -
HSV(B) 345.08º 0.93% 0.81% -
XYZ 26.76 13.93 5.84 -
YUV 77.18 119.44 220.6 -
System Red Green Blue C M Y K H S L
Decimal 207 14 62 0 0.93 0.70 0.19 345.08 0.87 0.43
Hex CF E 3E 0 5D 46 13 159 57 2B
Octal 317 16 76 0 135 106 23 531 127 53
Binary 11001111 1110 111110 0 1011101 1000110 10011 101011001 1010111 101011

Color Harmonies of #CF0E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0E3E

Black with #CF0E3E

Text Example


Text Example

White with #CF0E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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