Html Css Color HEX #C82435 Cardinal

📋 copy color: '#C82435'

red 200 ◦ green 36 ◦ blue 53

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

Shades of Cardinal #C82435

Tints of Cardinal #C82435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.46%

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

R = 69.2%
G = 12.46%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C82435 (or 0xC82435) is known color: Cardinal. HEX triplet: C8, 24 and 35. RGB value is (200,36,53). Sum of RGB (Red+Green+Blue) = 200+36+53=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C82435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82435 is #37DBCA. Grayscale: #575757. Windows color (decimal): -3660747 or 3482824. OLE color: 3482824.

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

Color convert

RGB 200 36 53 -
CMYK 0 0.82 0.74 0.22
HSL 353.78º 0.69% 0.46% -
HSV(B) 353.78º 0.82% 0.78% -
XYZ 25.09 13.8 4.71 -
YUV 86.97 108.83 208.62 -
System Red Green Blue C M Y K H S L
Decimal 200 36 53 0 0.82 0.74 0.22 353.78 0.69 0.46
Hex C8 24 35 0 52 4A 16 162 45 2E
Octal 310 44 65 0 122 112 26 542 105 56
Binary 11001000 100100 110101 0 1010010 1001010 10110 101100010 1000101 101110

Color Harmonies of #C82435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82435

Black with #C82435

Text Example


Text Example

White with #C82435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82435; }

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

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

background-color css

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

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

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

border-color css

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

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

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