Html Css Color HEX #CF072E Crimson

📋 copy color: '#CF072E'

red 207 ◦ green 7 ◦ blue 46

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

Shades of Crimson #CF072E

Tints of Crimson #CF072E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.69%

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 79.62%
G = 2.69%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF072E (or 0xCF072E) is known color: Crimson. HEX triplet: CF, 07 and 2E. RGB value is (207,7,46). Sum of RGB (Red+Green+Blue) = 207+7+46=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF072E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF072E is #30F8D1. Grayscale: #474747. Windows color (decimal): -3209426 or 3016655. OLE color: 3016655.

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

Color convert

RGB 207 7 46 -
CMYK 0 0.97 0.78 0.19
HSL 348.3º 0.93% 0.42% -
HSV(B) 348.3º 0.97% 0.81% -
XYZ 26.3 13.61 3.83 -
YUV 71.25 113.76 224.83 -
System Red Green Blue C M Y K H S L
Decimal 207 7 46 0 0.97 0.78 0.19 348.3 0.93 0.42
Hex CF 7 2E 0 61 4E 13 15C 5D 2A
Octal 317 7 56 0 141 116 23 534 135 52
Binary 11001111 111 101110 0 1100001 1001110 10011 101011100 1011101 101010

Color Harmonies of #CF072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF072E

Black with #CF072E

Text Example


Text Example

White with #CF072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF072E; }

 p { color: rgb(207,7,46); }

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

background-color css

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

 a { background-color: rgb(207,7,46); }

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

border-color css

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

 span { border-color: rgb(207,7,46); }

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