Html Css Color HEX #CF1939 Cardinal

📋 copy color: '#CF1939'

red 207 ◦ green 25 ◦ blue 57

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

Shades of Cardinal #CF1939

Tints of Cardinal #CF1939

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

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

R = 71.63%
G = 8.65%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF1939 (or 0xCF1939) is known color: Cardinal. HEX triplet: CF, 19 and 39. RGB value is (207,25,57). Sum of RGB (Red+Green+Blue) = 207+25+57=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1939 is #30E6C6. Grayscale: #535353. Windows color (decimal): -3204807 or 3742159. OLE color: 3742159.

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

Color convert

RGB 207 25 57 -
CMYK 0 0.88 0.72 0.19
HSL 349.45º 0.78% 0.45% -
HSV(B) 349.45º 0.88% 0.81% -
XYZ 26.82 14.26 5.21 -
YUV 83.07 113.3 216.4 -
System Red Green Blue C M Y K H S L
Decimal 207 25 57 0 0.88 0.72 0.19 349.45 0.78 0.45
Hex CF 19 39 0 58 48 13 15D 4E 2D
Octal 317 31 71 0 130 110 23 535 116 55
Binary 11001111 11001 111001 0 1011000 1001000 10011 101011101 1001110 101101

Color Harmonies of #CF1939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1939

Black with #CF1939

Text Example


Text Example

White with #CF1939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1939; }

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

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

background-color css

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

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

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

border-color css

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

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

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