Html Css Color HEX #CF072F Crimson

📋 copy color: '#CF072F'

red 207 ◦ green 7 ◦ blue 47

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

Shades of Crimson #CF072F

Tints of Crimson #CF072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.01%

R = 79.31%
G = 2.68%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF072F (or 0xCF072F) is known color: Crimson. HEX triplet: CF, 07 and 2F. RGB value is (207,7,47). Sum of RGB (Red+Green+Blue) = 207+7+47=261 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.31% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 207 - color contains mainly: red. Hex color #CF072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF072F is #30F8D0. Grayscale: #474747. Windows color (decimal): -3209425 or 3082191. OLE color: 3082191.

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

Color convert

RGB 207 7 47 -
CMYK 0 0.97 0.77 0.19
HSL 348º 0.93% 0.42% -
HSV(B) 348º 0.97% 0.81% -
XYZ 26.32 13.62 3.93 -
YUV 71.36 114.26 224.75 -
System Red Green Blue C M Y K H S L
Decimal 207 7 47 0 0.97 0.77 0.19 348 0.93 0.42
Hex CF 7 2F 0 61 4D 13 15C 5D 2A
Octal 317 7 57 0 141 115 23 534 135 52
Binary 11001111 111 101111 0 1100001 1001101 10011 101011100 1011101 101010

Color Harmonies of #CF072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF072F

Black with #CF072F

Text Example


Text Example

White with #CF072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF072F; }

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

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

background-color css

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

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

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

border-color css

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

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

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