Html Css Color HEX #CF0739 Crimson

📋 copy color: '#CF0739'

red 207 ◦ green 7 ◦ blue 57

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

Shades of Crimson #CF0739

Tints of Crimson #CF0739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.03%

R = 76.38%
G = 2.58%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF0739 (or 0xCF0739) is known color: Crimson. HEX triplet: CF, 07 and 39. RGB value is (207,7,57). Sum of RGB (Red+Green+Blue) = 207+7+57=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0739 is #30F8C6. Grayscale: #484848. Windows color (decimal): -3209415 or 3737551. OLE color: 3737551.

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

Color convert

RGB 207 7 57 -
CMYK 0 0.97 0.72 0.19
HSL 345º 0.93% 0.42% -
HSV(B) 345º 0.97% 0.81% -
XYZ 26.55 13.71 5.12 -
YUV 72.5 119.26 223.93 -
System Red Green Blue C M Y K H S L
Decimal 207 7 57 0 0.97 0.72 0.19 345 0.93 0.42
Hex CF 7 39 0 61 48 13 159 5D 2A
Octal 317 7 71 0 141 110 23 531 135 52
Binary 11001111 111 111001 0 1100001 1001000 10011 101011001 1011101 101010

Color Harmonies of #CF0739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0739

Black with #CF0739

Text Example


Text Example

White with #CF0739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0739; }

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

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

background-color css

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

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

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

border-color css

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

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

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