Html Css Color HEX #CF0449 Crimson

📋 copy color: '#CF0449'

red 207 ◦ green 4 ◦ blue 73

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

Shades of Crimson #CF0449

Tints of Crimson #CF0449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

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

R = 72.89%
G = 1.41%
B = 25.7%

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

#CF0449 (or 0xCF0449) is known color: Crimson. HEX triplet: CF, 04 and 49. RGB value is (207,4,73). Sum of RGB (Red+Green+Blue) = 207+4+73=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0449 is #30FBB6. Grayscale: #484848. Windows color (decimal): -3210167 or 4785359. OLE color: 4785359.

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

Color convert

RGB 207 4 73 -
CMYK 0 0.98 0.65 0.19
HSL 339.61º 0.96% 0.41% -
HSV(B) 339.61º 0.98% 0.81% -
XYZ 26.98 13.83 7.55 -
YUV 72.56 128.25 223.89 -
System Red Green Blue C M Y K H S L
Decimal 207 4 73 0 0.98 0.65 0.19 339.61 0.96 0.41
Hex CF 4 49 0 62 41 13 154 60 29
Octal 317 4 111 0 142 101 23 524 140 51
Binary 11001111 100 1001001 0 1100010 1000001 10011 101010100 1100000 101001

Color Harmonies of #CF0449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0449

Black with #CF0449

Text Example


Text Example

White with #CF0449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0449; }

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

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

background-color css

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

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

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

border-color css

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

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

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