Html Css Color HEX #CF0047 Crimson

📋 copy color: '#CF0047'

red 207 ◦ green 0 ◦ blue 71

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

Shades of Crimson #CF0047

Tints of Crimson #CF0047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 71 (28.13% from 255) = 25.54%

R = 74.46%
G = 0%
B = 25.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF0047 (or 0xCF0047) is known color: Crimson. HEX triplet: CF, 00 and 47. RGB value is (207,0,71). Sum of RGB (Red+Green+Blue) = 207+0+71=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0047 is #30FFB8. Grayscale: #454545. Windows color (decimal): -3211193 or 4653263. OLE color: 4653263.

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

Color convert

RGB 207 0 71 -
CMYK 0 1 0.66 0.19
HSL 339.42º 1% 0.41% -
HSV(B) 339.42º 1% 0.81% -
XYZ 26.87 13.72 7.19 -
YUV 69.99 128.58 225.73 -
System Red Green Blue C M Y K H S L
Decimal 207 0 71 0 1 0.66 0.19 339.42 1 0.41
Hex CF 0 47 0 64 42 13 153 64 29
Octal 317 0 107 0 144 102 23 523 144 51
Binary 11001111 0 1000111 0 1100100 1000010 10011 101010011 1100100 101001

Color Harmonies of #CF0047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0047

Black with #CF0047

Text Example


Text Example

White with #CF0047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0047; }

 p { color: rgb(207,0,71); }

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

background-color css

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

 a { background-color: rgb(207,0,71); }

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

border-color css

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

 span { border-color: rgb(207,0,71); }

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