Html Css Color HEX #CF2040 Cardinal

📋 copy color: '#CF2040'

red 207 ◦ green 32 ◦ blue 64

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

Shades of Cardinal #CF2040

Tints of Cardinal #CF2040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.56%

 BLUE value IS 64 (25.39% from 255) = 21.12%

R = 68.32%
G = 10.56%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF2040 (or 0xCF2040) is known color: Cardinal. HEX triplet: CF, 20 and 40. RGB value is (207,32,64). Sum of RGB (Red+Green+Blue) = 207+32+64=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2040 is #30DFBF. Grayscale: #585858. Windows color (decimal): -3203008 or 4202703. OLE color: 4202703.

HSL color Cylindrical-coordinate representation of color #CF2040: hue angle of 349.03º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF2040 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 32 64 -
CMYK 0 0.85 0.69 0.19
HSL 349.03º 0.73% 0.47% -
HSV(B) 349.03º 0.85% 0.81% -
XYZ 27.17 14.67 6.25 -
YUV 87.97 114.48 212.9 -
System Red Green Blue C M Y K H S L
Decimal 207 32 64 0 0.85 0.69 0.19 349.03 0.73 0.47
Hex CF 20 40 0 55 45 13 15D 49 2F
Octal 317 40 100 0 125 105 23 535 111 57
Binary 11001111 100000 1000000 0 1010101 1000101 10011 101011101 1001001 101111

Color Harmonies of #CF2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2040

Black with #CF2040

Text Example


Text Example

White with #CF2040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2040; }

 p { color: rgb(207,32,64); }

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

background-color css

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

 a { background-color: rgb(207,32,64); }

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

border-color css

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

 span { border-color: rgb(207,32,64); }

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