Html Css Color HEX #C71230 Cardinal

📋 copy color: '#C71230'

red 199 ◦ green 18 ◦ blue 48

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

Shades of Cardinal #C71230

Tints of Cardinal #C71230

RGB

 RED value IS 199 (78.13% from 255) = 75.09%

 GREEN value IS 18 (7.42% from 255) = 6.79%

 BLUE value IS 48 (19.14% from 255) = 18.11%

R = 75.09%
G = 6.79%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C71230 (or 0xC71230) is known color: Cardinal. HEX triplet: C7, 12 and 30. RGB value is (199,18,48). Sum of RGB (Red+Green+Blue) = 199+18+48=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C71230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71230 is #38EDCF. Grayscale: #4B4B4B. Windows color (decimal): -3730896 or 3150535. OLE color: 3150535.

HSL color Cylindrical-coordinate representation of color #C71230: hue angle of 350.06º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71230 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 18 48 -
CMYK 0 0.91 0.76 0.22
HSL 350.06º 0.83% 0.43% -
HSV(B) 350.06º 0.91% 0.78% -
XYZ 24.3 12.79 3.98 -
YUV 75.54 112.47 216.06 -
System Red Green Blue C M Y K H S L
Decimal 199 18 48 0 0.91 0.76 0.22 350.06 0.83 0.43
Hex C7 12 30 0 5B 4C 16 15E 53 2B
Octal 307 22 60 0 133 114 26 536 123 53
Binary 11000111 10010 110000 0 1011011 1001100 10110 101011110 1010011 101011

Color Harmonies of #C71230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71230

Black with #C71230

Text Example


Text Example

White with #C71230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71230; }

 p { color: rgb(199,18,48); }

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

background-color css

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

 a { background-color: rgb(199,18,48); }

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

border-color css

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

 span { border-color: rgb(199,18,48); }

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