Html Css Color HEX #CF0648 Crimson

📋 copy color: '#CF0648'

red 207 ◦ green 6 ◦ blue 72

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

Shades of Crimson #CF0648

Tints of Crimson #CF0648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

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

R = 72.63%
G = 2.11%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF0648 (or 0xCF0648) is known color: Crimson. HEX triplet: CF, 06 and 48. RGB value is (207,6,72). Sum of RGB (Red+Green+Blue) = 207+6+72=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0648 is #30F9B7. Grayscale: #494949. Windows color (decimal): -3209656 or 4720335. OLE color: 4720335.

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

Color convert

RGB 207 6 72 -
CMYK 0 0.97 0.65 0.19
HSL 340.3º 0.94% 0.42% -
HSV(B) 340.3º 0.97% 0.81% -
XYZ 26.97 13.86 7.39 -
YUV 73.62 127.09 223.13 -
System Red Green Blue C M Y K H S L
Decimal 207 6 72 0 0.97 0.65 0.19 340.3 0.94 0.42
Hex CF 6 48 0 61 41 13 154 5E 2A
Octal 317 6 110 0 141 101 23 524 136 52
Binary 11001111 110 1001000 0 1100001 1000001 10011 101010100 1011110 101010

Color Harmonies of #CF0648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0648

Black with #CF0648

Text Example


Text Example

White with #CF0648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0648; }

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

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

background-color css

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

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

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

border-color css

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

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

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