Html Css Color HEX #C81435 Cardinal

📋 copy color: '#C81435'

red 200 ◦ green 20 ◦ blue 53

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

Shades of Cardinal #C81435

Tints of Cardinal #C81435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.33%

 BLUE value IS 53 (21.09% from 255) = 19.41%

R = 73.26%
G = 7.33%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C81435 (or 0xC81435) is known color: Cardinal. HEX triplet: C8, 14 and 35. RGB value is (200,20,53). Sum of RGB (Red+Green+Blue) = 200+20+53=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C81435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81435 is #37EBCA. Grayscale: #4D4D4D. Windows color (decimal): -3664843 or 3478728. OLE color: 3478728.

HSL color Cylindrical-coordinate representation of color #C81435: hue angle of 349º degrees, saturation: 0.82, 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 #C81435 is Cyan = 0, Magento = 0.9, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 20 53 -
CMYK 0 0.9 0.74 0.22
HSL 349º 0.82% 0.43% -
HSV(B) 349º 0.9% 0.78% -
XYZ 24.71 13.04 4.58 -
YUV 77.58 114.13 215.32 -
System Red Green Blue C M Y K H S L
Decimal 200 20 53 0 0.9 0.74 0.22 349 0.82 0.43
Hex C8 14 35 0 5A 4A 16 15D 52 2B
Octal 310 24 65 0 132 112 26 535 122 53
Binary 11001000 10100 110101 0 1011010 1001010 10110 101011101 1010010 101011

Color Harmonies of #C81435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81435

Black with #C81435

Text Example


Text Example

White with #C81435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81435; }

 p { color: rgb(200,20,53); }

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

background-color css

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

 a { background-color: rgb(200,20,53); }

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

border-color css

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

 span { border-color: rgb(200,20,53); }

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