Html Css Color HEX #CF2439 Cardinal

📋 copy color: '#CF2439'

red 207 ◦ green 36 ◦ blue 57

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

Shades of Cardinal #CF2439

Tints of Cardinal #CF2439

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12%

 BLUE value IS 57 (22.66% from 255) = 19%

R = 69%
G = 12%
B = 19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF2439 (or 0xCF2439) is known color: Cardinal. HEX triplet: CF, 24 and 39. RGB value is (207,36,57). Sum of RGB (Red+Green+Blue) = 207+36+57=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2439 is #30DBC6. Grayscale: #595959. Windows color (decimal): -3201991 or 3744975. OLE color: 3744975.

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

Color convert

RGB 207 36 57 -
CMYK 0 0.83 0.72 0.19
HSL 352.63º 0.7% 0.48% -
HSV(B) 352.63º 0.83% 0.81% -
XYZ 27.1 14.82 5.3 -
YUV 89.52 109.65 211.79 -
System Red Green Blue C M Y K H S L
Decimal 207 36 57 0 0.83 0.72 0.19 352.63 0.7 0.48
Hex CF 24 39 0 53 48 13 161 46 30
Octal 317 44 71 0 123 110 23 541 106 60
Binary 11001111 100100 111001 0 1010011 1001000 10011 101100001 1000110 110000

Color Harmonies of #CF2439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2439

Black with #CF2439

Text Example


Text Example

White with #CF2439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2439; }

 p { color: rgb(207,36,57); }

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

background-color css

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

 a { background-color: rgb(207,36,57); }

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

border-color css

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

 span { border-color: rgb(207,36,57); }

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