Html Css Color HEX #CF0E41 Crimson

📋 copy color: '#CF0E41'

red 207 ◦ green 14 ◦ blue 65

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

Shades of Crimson #CF0E41

Tints of Crimson #CF0E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.73%

R = 72.38%
G = 4.9%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF0E41 (or 0xCF0E41) is known color: Crimson. HEX triplet: CF, 0E and 41. RGB value is (207,14,65). Sum of RGB (Red+Green+Blue) = 207+14+65=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0E41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0E41 is #30F1BE. Grayscale: #4D4D4D. Windows color (decimal): -3207615 or 4263631. OLE color: 4263631.

HSL color Cylindrical-coordinate representation of color #CF0E41: hue angle of 344.15º 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 #CF0E41 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 14 65 -
CMYK 0 0.93 0.69 0.19
HSL 344.15º 0.87% 0.43% -
HSV(B) 344.15º 0.93% 0.81% -
XYZ 26.84 13.96 6.28 -
YUV 77.52 120.94 220.35 -
System Red Green Blue C M Y K H S L
Decimal 207 14 65 0 0.93 0.69 0.19 344.15 0.87 0.43
Hex CF E 41 0 5D 45 13 158 57 2B
Octal 317 16 101 0 135 105 23 530 127 53
Binary 11001111 1110 1000001 0 1011101 1000101 10011 101011000 1010111 101011

Color Harmonies of #CF0E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0E41

Black with #CF0E41

Text Example


Text Example

White with #CF0E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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