Html Css Color HEX #C81330 Cardinal

📋 copy color: '#C81330'

red 200 ◦ green 19 ◦ blue 48

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

Shades of Cardinal #C81330

Tints of Cardinal #C81330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.12%

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

R = 74.91%
G = 7.12%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C81330 (or 0xC81330) is known color: Cardinal. HEX triplet: C8, 13 and 30. RGB value is (200,19,48). Sum of RGB (Red+Green+Blue) = 200+19+48=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C81330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81330 is #37ECCF. Grayscale: #4C4C4C. Windows color (decimal): -3665104 or 3150792. OLE color: 3150792.

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

Color convert

RGB 200 19 48 -
CMYK 0 0.90 0.76 0.22
HSL 350.39º 0.83% 0.43% -
HSV(B) 350.39º 0.91% 0.78% -
XYZ 24.59 12.96 4 -
YUV 76.43 111.97 216.14 -
System Red Green Blue C M Y K H S L
Decimal 200 19 48 0 0.90 0.76 0.22 350.39 0.83 0.43
Hex C8 13 30 0 5A 4C 16 15E 53 2B
Octal 310 23 60 0 132 114 26 536 123 53
Binary 11001000 10011 110000 0 1011010 1001100 10110 101011110 1010011 101011

Color Harmonies of #C81330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81330

Black with #C81330

Text Example


Text Example

White with #C81330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81330; }

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

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

background-color css

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

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

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

border-color css

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

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

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