Html Css Color HEX #C81130 Cardinal

📋 copy color: '#C81130'

red 200 ◦ green 17 ◦ blue 48

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

Shades of Cardinal #C81130

Tints of Cardinal #C81130

RGB

 RED value IS 200 (78.52% from 255) = 75.47%

 GREEN value IS 17 (7.03% from 255) = 6.42%

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

R = 75.47%
G = 6.42%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C81130 (or 0xC81130) is known color: Cardinal. HEX triplet: C8, 11 and 30. RGB value is (200,17,48). Sum of RGB (Red+Green+Blue) = 200+17+48=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C81130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81130 is #37EECF. Grayscale: #4B4B4B. Windows color (decimal): -3665616 or 3150280. OLE color: 3150280.

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

Color convert

RGB 200 17 48 -
CMYK 0 0.92 0.76 0.22
HSL 349.84º 0.84% 0.43% -
HSV(B) 349.84º 0.92% 0.78% -
XYZ 24.55 12.89 3.99 -
YUV 75.25 112.63 216.98 -
System Red Green Blue C M Y K H S L
Decimal 200 17 48 0 0.92 0.76 0.22 349.84 0.84 0.43
Hex C8 11 30 0 5C 4C 16 15E 54 2B
Octal 310 21 60 0 134 114 26 536 124 53
Binary 11001000 10001 110000 0 1011100 1001100 10110 101011110 1010100 101011

Color Harmonies of #C81130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81130

Black with #C81130

Text Example


Text Example

White with #C81130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81130; }

 p { color: rgb(200,17,48); }

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

background-color css

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

 a { background-color: rgb(200,17,48); }

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

border-color css

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

 span { border-color: rgb(200,17,48); }

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