Html Css Color HEX #CF0749 Crimson

📋 copy color: '#CF0749'

red 207 ◦ green 7 ◦ blue 73

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

Shades of Crimson #CF0749

Tints of Crimson #CF0749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25.44%

R = 72.13%
G = 2.44%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF0749 (or 0xCF0749) is known color: Crimson. HEX triplet: CF, 07 and 49. RGB value is (207,7,73). Sum of RGB (Red+Green+Blue) = 207+7+73=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0749 is #30F8B6. Grayscale: #4A4A4A. Windows color (decimal): -3209399 or 4786127. OLE color: 4786127.

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

Color convert

RGB 207 7 73 -
CMYK 0 0.97 0.65 0.19
HSL 340.2º 0.93% 0.42% -
HSV(B) 340.2º 0.97% 0.81% -
XYZ 27.01 13.9 7.56 -
YUV 74.32 127.26 222.63 -
System Red Green Blue C M Y K H S L
Decimal 207 7 73 0 0.97 0.65 0.19 340.2 0.93 0.42
Hex CF 7 49 0 61 41 13 154 5D 2A
Octal 317 7 111 0 141 101 23 524 135 52
Binary 11001111 111 1001001 0 1100001 1000001 10011 101010100 1011101 101010

Color Harmonies of #CF0749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0749

Black with #CF0749

Text Example


Text Example

White with #CF0749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0749; }

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

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

background-color css

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

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

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

border-color css

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

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

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