Html Css Color HEX #CF0048 Crimson

📋 copy color: '#CF0048'

red 207 ◦ green 0 ◦ blue 72

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

Shades of Crimson #CF0048

Tints of Crimson #CF0048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.81%

R = 74.19%
G = 0%
B = 25.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF0048 (or 0xCF0048) is known color: Crimson. HEX triplet: CF, 00 and 48. RGB value is (207,0,72). Sum of RGB (Red+Green+Blue) = 207+0+72=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0048 is #30FFB7. Grayscale: #464646. Windows color (decimal): -3211192 or 4718799. OLE color: 4718799.

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

Color convert

RGB 207 0 72 -
CMYK 0 1 0.65 0.19
HSL 339.13º 1% 0.41% -
HSV(B) 339.13º 1% 0.81% -
XYZ 26.9 13.73 7.36 -
YUV 70.1 129.08 225.65 -
System Red Green Blue C M Y K H S L
Decimal 207 0 72 0 1 0.65 0.19 339.13 1 0.41
Hex CF 0 48 0 64 41 13 153 64 29
Octal 317 0 110 0 144 101 23 523 144 51
Binary 11001111 0 1001000 0 1100100 1000001 10011 101010011 1100100 101001

Color Harmonies of #CF0048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0048

Black with #CF0048

Text Example


Text Example

White with #CF0048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0048; }

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

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

background-color css

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

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

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

border-color css

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

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

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