Html Css Color HEX #CF073F Crimson

📋 copy color: '#CF073F'

red 207 ◦ green 7 ◦ blue 63

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

Shades of Crimson #CF073F

Tints of Crimson #CF073F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.74%

R = 74.73%
G = 2.53%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF073F (or 0xCF073F) is known color: Crimson. HEX triplet: CF, 07 and 3F. RGB value is (207,7,63). Sum of RGB (Red+Green+Blue) = 207+7+63=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF073F is #30F8C0. Grayscale: #494949. Windows color (decimal): -3209409 or 4130767. OLE color: 4130767.

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

Color convert

RGB 207 7 63 -
CMYK 0 0.97 0.70 0.19
HSL 343.2º 0.93% 0.42% -
HSV(B) 343.2º 0.97% 0.81% -
XYZ 26.71 13.78 5.95 -
YUV 73.18 122.26 223.45 -
System Red Green Blue C M Y K H S L
Decimal 207 7 63 0 0.97 0.70 0.19 343.2 0.93 0.42
Hex CF 7 3F 0 61 46 13 157 5D 2A
Octal 317 7 77 0 141 106 23 527 135 52
Binary 11001111 111 111111 0 1100001 1000110 10011 101010111 1011101 101010

Color Harmonies of #CF073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF073F

Black with #CF073F

Text Example


Text Example

White with #CF073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF073F; }

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

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

background-color css

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

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

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

border-color css

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

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

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