Html Css Color HEX #CF2240 Cardinal

📋 copy color: '#CF2240'

red 207 ◦ green 34 ◦ blue 64

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

Shades of Cardinal #CF2240

Tints of Cardinal #CF2240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.15%

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

R = 67.87%
G = 11.15%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF2240 (or 0xCF2240) is known color: Cardinal. HEX triplet: CF, 22 and 40. RGB value is (207,34,64). Sum of RGB (Red+Green+Blue) = 207+34+64=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2240 is #30DDBF. Grayscale: #595959. Windows color (decimal): -3202496 or 4203215. OLE color: 4203215.

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

Color convert

RGB 207 34 64 -
CMYK 0 0.84 0.69 0.19
HSL 349.6º 0.72% 0.47% -
HSV(B) 349.6º 0.84% 0.81% -
XYZ 27.23 14.78 6.27 -
YUV 89.15 113.81 212.06 -
System Red Green Blue C M Y K H S L
Decimal 207 34 64 0 0.84 0.69 0.19 349.6 0.72 0.47
Hex CF 22 40 0 54 45 13 15E 48 2F
Octal 317 42 100 0 124 105 23 536 110 57
Binary 11001111 100010 1000000 0 1010100 1000101 10011 101011110 1001000 101111

Color Harmonies of #CF2240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2240

Black with #CF2240

Text Example


Text Example

White with #CF2240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2240; }

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

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

background-color css

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

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

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

border-color css

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

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

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