Html Css Color HEX #CF1C39 Cardinal

📋 copy color: '#CF1C39'

red 207 ◦ green 28 ◦ blue 57

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

Shades of Cardinal #CF1C39

Tints of Cardinal #CF1C39

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.59%

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

R = 70.89%
G = 9.59%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF1C39 (or 0xCF1C39) is known color: Cardinal. HEX triplet: CF, 1C and 39. RGB value is (207,28,57). Sum of RGB (Red+Green+Blue) = 207+28+57=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1C39 is #30E3C6. Grayscale: #545454. Windows color (decimal): -3204039 or 3742927. OLE color: 3742927.

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

Color convert

RGB 207 28 57 -
CMYK 0 0.86 0.72 0.19
HSL 350.28º 0.76% 0.46% -
HSV(B) 350.28º 0.86% 0.81% -
XYZ 26.89 14.39 5.23 -
YUV 84.83 112.3 215.14 -
System Red Green Blue C M Y K H S L
Decimal 207 28 57 0 0.86 0.72 0.19 350.28 0.76 0.46
Hex CF 1C 39 0 56 48 13 15E 4C 2E
Octal 317 34 71 0 126 110 23 536 114 56
Binary 11001111 11100 111001 0 1010110 1001000 10011 101011110 1001100 101110

Color Harmonies of #CF1C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1C39

Black with #CF1C39

Text Example


Text Example

White with #CF1C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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