Html Css Color HEX #CF062F Crimson

📋 copy color: '#CF062F'

red 207 ◦ green 6 ◦ blue 47

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

Shades of Crimson #CF062F

Tints of Crimson #CF062F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.31%

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

R = 79.62%
G = 2.31%
B = 18.08%

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

#CF062F (or 0xCF062F) is known color: Crimson. HEX triplet: CF, 06 and 2F. RGB value is (207,6,47). Sum of RGB (Red+Green+Blue) = 207+6+47=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF062F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF062F is #30F9D0. Grayscale: #464646. Windows color (decimal): -3209681 or 3081935. OLE color: 3081935.

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

Color convert

RGB 207 6 47 -
CMYK 0 0.97 0.77 0.19
HSL 347.76º 0.94% 0.42% -
HSV(B) 347.76º 0.97% 0.81% -
XYZ 26.31 13.6 3.93 -
YUV 70.77 114.59 225.17 -
System Red Green Blue C M Y K H S L
Decimal 207 6 47 0 0.97 0.77 0.19 347.76 0.94 0.42
Hex CF 6 2F 0 61 4D 13 15C 5E 2A
Octal 317 6 57 0 141 115 23 534 136 52
Binary 11001111 110 101111 0 1100001 1001101 10011 101011100 1011110 101010

Color Harmonies of #CF062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF062F

Black with #CF062F

Text Example


Text Example

White with #CF062F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF062F; }

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

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

background-color css

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

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

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

border-color css

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

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

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