Html Css Color HEX #CF0F4D Crimson

📋 copy color: '#CF0F4D'

red 207 ◦ green 15 ◦ blue 77

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

Shades of Crimson #CF0F4D

Tints of Crimson #CF0F4D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.02%

 BLUE value IS 77 (30.47% from 255) = 25.75%

R = 69.23%
G = 5.02%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF0F4D (or 0xCF0F4D) is known color: Crimson. HEX triplet: CF, 0F and 4D. RGB value is (207,15,77). Sum of RGB (Red+Green+Blue) = 207+15+77=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0F4D is #30F0B2. Grayscale: #4F4F4F. Windows color (decimal): -3207347 or 5050319. OLE color: 5050319.

HSL color Cylindrical-coordinate representation of color #CF0F4D: hue angle of 340.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0F4D is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 15 77 -
CMYK 0 0.93 0.63 0.19
HSL 340.63º 0.86% 0.44% -
HSV(B) 340.63º 0.93% 0.81% -
XYZ 27.24 14.14 8.32 -
YUV 79.48 126.61 218.96 -
System Red Green Blue C M Y K H S L
Decimal 207 15 77 0 0.93 0.63 0.19 340.63 0.86 0.44
Hex CF F 4D 0 5D 3F 13 155 56 2C
Octal 317 17 115 0 135 77 23 525 126 54
Binary 11001111 1111 1001101 0 1011101 111111 10011 101010101 1010110 101100

Color Harmonies of #CF0F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F4D

Black with #CF0F4D

Text Example


Text Example

White with #CF0F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F4D; }

 p { color: rgb(207,15,77); }

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

background-color css

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

 a { background-color: rgb(207,15,77); }

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

border-color css

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

 span { border-color: rgb(207,15,77); }

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