Html Css Color HEX #C71E30 Cardinal

📋 copy color: '#C71E30'

red 199 ◦ green 30 ◦ blue 48

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

Shades of Cardinal #C71E30

Tints of Cardinal #C71E30

RGB

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

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

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

R = 71.84%
G = 10.83%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C71E30 (or 0xC71E30) is known color: Cardinal. HEX triplet: C7, 1E and 30. RGB value is (199,30,48). Sum of RGB (Red+Green+Blue) = 199+30+48=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71E30 is #38E1CF. Grayscale: #525252. Windows color (decimal): -3727824 or 3153607. OLE color: 3153607.

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

Color convert

RGB 199 30 48 -
CMYK 0 0.85 0.76 0.22
HSL 353.61º 0.74% 0.45% -
HSV(B) 353.61º 0.85% 0.78% -
XYZ 24.55 13.28 4.07 -
YUV 82.58 108.49 211.04 -
System Red Green Blue C M Y K H S L
Decimal 199 30 48 0 0.85 0.76 0.22 353.61 0.74 0.45
Hex C7 1E 30 0 55 4C 16 162 4A 2D
Octal 307 36 60 0 125 114 26 542 112 55
Binary 11000111 11110 110000 0 1010101 1001100 10110 101100010 1001010 101101

Color Harmonies of #C71E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71E30

Black with #C71E30

Text Example


Text Example

White with #C71E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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