Html Css Color HEX #C82436 Cardinal

📋 copy color: '#C82436'

red 200 ◦ green 36 ◦ blue 54

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

Shades of Cardinal #C82436

Tints of Cardinal #C82436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.62%

R = 68.97%
G = 12.41%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C82436 (or 0xC82436) is known color: Cardinal. HEX triplet: C8, 24 and 36. RGB value is (200,36,54). Sum of RGB (Red+Green+Blue) = 200+36+54=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C82436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82436 is #37DBC9. Grayscale: #575757. Windows color (decimal): -3660746 or 3548360. OLE color: 3548360.

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

Color convert

RGB 200 36 54 -
CMYK 0 0.82 0.73 0.22
HSL 353.41º 0.69% 0.46% -
HSV(B) 353.41º 0.82% 0.78% -
XYZ 25.12 13.81 4.83 -
YUV 87.09 109.33 208.54 -
System Red Green Blue C M Y K H S L
Decimal 200 36 54 0 0.82 0.73 0.22 353.41 0.69 0.46
Hex C8 24 36 0 52 49 16 161 45 2E
Octal 310 44 66 0 122 111 26 541 105 56
Binary 11001000 100100 110110 0 1010010 1001001 10110 101100001 1000101 101110

Color Harmonies of #C82436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82436

Black with #C82436

Text Example


Text Example

White with #C82436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82436; }

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

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

background-color css

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

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

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

border-color css

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

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

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