Html Css Color HEX #CF0E34 Crimson

📋 copy color: '#CF0E34'

red 207 ◦ green 14 ◦ blue 52

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

Shades of Crimson #CF0E34

Tints of Crimson #CF0E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.05%

R = 75.82%
G = 5.13%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF0E34 (or 0xCF0E34) is known color: Crimson. HEX triplet: CF, 0E and 34. RGB value is (207,14,52). Sum of RGB (Red+Green+Blue) = 207+14+52=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0E34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0E34 is #30F1CB. Grayscale: #4C4C4C. Windows color (decimal): -3207628 or 3411663. OLE color: 3411663.

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

Color convert

RGB 207 14 52 -
CMYK 0 0.93 0.75 0.19
HSL 348.19º 0.87% 0.43% -
HSV(B) 348.19º 0.93% 0.81% -
XYZ 26.51 13.83 4.52 -
YUV 76.04 114.44 221.41 -
System Red Green Blue C M Y K H S L
Decimal 207 14 52 0 0.93 0.75 0.19 348.19 0.87 0.43
Hex CF E 34 0 5D 4B 13 15C 57 2B
Octal 317 16 64 0 135 113 23 534 127 53
Binary 11001111 1110 110100 0 1011101 1001011 10011 101011100 1010111 101011

Color Harmonies of #CF0E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0E34

Black with #CF0E34

Text Example


Text Example

White with #CF0E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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