Html Css Color HEX #CF1E3E Cardinal

📋 copy color: '#CF1E3E'

red 207 ◦ green 30 ◦ blue 62

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

Shades of Cardinal #CF1E3E

Tints of Cardinal #CF1E3E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.03%

 BLUE value IS 62 (24.61% from 255) = 20.74%

R = 69.23%
G = 10.03%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF1E3E (or 0xCF1E3E) is known color: Cardinal. HEX triplet: CF, 1E and 3E. RGB value is (207,30,62). Sum of RGB (Red+Green+Blue) = 207+30+62=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1E3E is #30E1C1. Grayscale: #565656. Windows color (decimal): -3203522 or 4071119. OLE color: 4071119.

HSL color Cylindrical-coordinate representation of color #CF1E3E: hue angle of 349.15º degrees, saturation: 0.75, 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 #CF1E3E is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 30 62 -
CMYK 0 0.86 0.70 0.19
HSL 349.15º 0.75% 0.46% -
HSV(B) 349.15º 0.86% 0.81% -
XYZ 27.07 14.54 5.94 -
YUV 86.57 114.14 213.9 -
System Red Green Blue C M Y K H S L
Decimal 207 30 62 0 0.86 0.70 0.19 349.15 0.75 0.46
Hex CF 1E 3E 0 56 46 13 15D 4B 2E
Octal 317 36 76 0 126 106 23 535 113 56
Binary 11001111 11110 111110 0 1010110 1000110 10011 101011101 1001011 101110

Color Harmonies of #CF1E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1E3E

Black with #CF1E3E

Text Example


Text Example

White with #CF1E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1E3E; }

 p { color: rgb(207,30,62); }

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

background-color css

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

 a { background-color: rgb(207,30,62); }

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

border-color css

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

 span { border-color: rgb(207,30,62); }

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