Html Css Color HEX #C71630 Cardinal

📋 copy color: '#C71630'

red 199 ◦ green 22 ◦ blue 48

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

Shades of Cardinal #C71630

Tints of Cardinal #C71630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.18%

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

R = 73.98%
G = 8.18%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C71630 (or 0xC71630) is known color: Cardinal. HEX triplet: C7, 16 and 30. RGB value is (199,22,48). Sum of RGB (Red+Green+Blue) = 199+22+48=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C71630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71630 is #38E9CF. Grayscale: #4D4D4D. Windows color (decimal): -3729872 or 3151559. OLE color: 3151559.

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

Color convert

RGB 199 22 48 -
CMYK 0 0.89 0.76 0.22
HSL 351.19º 0.8% 0.43% -
HSV(B) 351.19º 0.89% 0.78% -
XYZ 24.37 12.93 4.01 -
YUV 77.89 111.14 214.39 -
System Red Green Blue C M Y K H S L
Decimal 199 22 48 0 0.89 0.76 0.22 351.19 0.8 0.43
Hex C7 16 30 0 59 4C 16 15F 50 2B
Octal 307 26 60 0 131 114 26 537 120 53
Binary 11000111 10110 110000 0 1011001 1001100 10110 101011111 1010000 101011

Color Harmonies of #C71630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71630

Black with #C71630

Text Example


Text Example

White with #C71630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71630; }

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

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

background-color css

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

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

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

border-color css

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

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

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