Html Css Color HEX #CF0549 Crimson

📋 copy color: '#CF0549'

red 207 ◦ green 5 ◦ blue 73

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

Shades of Crimson #CF0549

Tints of Crimson #CF0549

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 72.63%
G = 1.75%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF0549 (or 0xCF0549) is known color: Crimson. HEX triplet: CF, 05 and 49. RGB value is (207,5,73). Sum of RGB (Red+Green+Blue) = 207+5+73=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0549 is #30FAB6. Grayscale: #494949. Windows color (decimal): -3209911 or 4785615. OLE color: 4785615.

HSL color Cylindrical-coordinate representation of color #CF0549: hue angle of 339.8º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0549 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 5 73 -
CMYK 0 0.98 0.65 0.19
HSL 339.8º 0.95% 0.42% -
HSV(B) 339.8º 0.98% 0.81% -
XYZ 26.99 13.85 7.56 -
YUV 73.15 127.92 223.47 -
System Red Green Blue C M Y K H S L
Decimal 207 5 73 0 0.98 0.65 0.19 339.8 0.95 0.42
Hex CF 5 49 0 62 41 13 154 5F 2A
Octal 317 5 111 0 142 101 23 524 137 52
Binary 11001111 101 1001001 0 1100010 1000001 10011 101010100 1011111 101010

Color Harmonies of #CF0549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0549

Black with #CF0549

Text Example


Text Example

White with #CF0549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0549; }

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

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

background-color css

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

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

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

border-color css

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

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

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