Html Css Color HEX #CF0E3A Crimson

📋 copy color: '#CF0E3A'

red 207 ◦ green 14 ◦ blue 58

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

Shades of Crimson #CF0E3A

Tints of Crimson #CF0E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.79%

R = 74.19%
G = 5.02%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF0E3A (or 0xCF0E3A) is known color: Crimson. HEX triplet: CF, 0E and 3A. RGB value is (207,14,58). Sum of RGB (Red+Green+Blue) = 207+14+58=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0E3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0E3A is #30F1C5. Grayscale: #4C4C4C. Windows color (decimal): -3207622 or 3804879. OLE color: 3804879.

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

Color convert

RGB 207 14 58 -
CMYK 0 0.93 0.72 0.19
HSL 346.32º 0.87% 0.43% -
HSV(B) 346.32º 0.93% 0.81% -
XYZ 26.65 13.88 5.28 -
YUV 76.72 117.44 220.92 -
System Red Green Blue C M Y K H S L
Decimal 207 14 58 0 0.93 0.72 0.19 346.32 0.87 0.43
Hex CF E 3A 0 5D 48 13 15A 57 2B
Octal 317 16 72 0 135 110 23 532 127 53
Binary 11001111 1110 111010 0 1011101 1001000 10011 101011010 1010111 101011

Color Harmonies of #CF0E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0E3A

Black with #CF0E3A

Text Example


Text Example

White with #CF0E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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