Html Css Color HEX #CF0736 Crimson

📋 copy color: '#CF0736'

red 207 ◦ green 7 ◦ blue 54

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

Shades of Crimson #CF0736

Tints of Crimson #CF0736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.15%

R = 77.24%
G = 2.61%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF0736 (or 0xCF0736) is known color: Crimson. HEX triplet: CF, 07 and 36. RGB value is (207,7,54). Sum of RGB (Red+Green+Blue) = 207+7+54=268 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.24% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0736 is #30F8C9. Grayscale: #484848. Windows color (decimal): -3209418 or 3540943. OLE color: 3540943.

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

Color convert

RGB 207 7 54 -
CMYK 0 0.97 0.74 0.19
HSL 345.9º 0.93% 0.42% -
HSV(B) 345.9º 0.97% 0.81% -
XYZ 26.47 13.68 4.74 -
YUV 72.16 117.76 224.18 -
System Red Green Blue C M Y K H S L
Decimal 207 7 54 0 0.97 0.74 0.19 345.9 0.93 0.42
Hex CF 7 36 0 61 4A 13 15A 5D 2A
Octal 317 7 66 0 141 112 23 532 135 52
Binary 11001111 111 110110 0 1100001 1001010 10011 101011010 1011101 101010

Color Harmonies of #CF0736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0736

Black with #CF0736

Text Example


Text Example

White with #CF0736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0736; }

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

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

background-color css

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

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

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

border-color css

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

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

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