Html Css Color HEX #C82145 Cardinal

📋 copy color: '#C82145'

red 200 ◦ green 33 ◦ blue 69

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

Shades of Cardinal #C82145

Tints of Cardinal #C82145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.93%

 BLUE value IS 69 (27.34% from 255) = 22.85%

R = 66.23%
G = 10.93%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C82145 (or 0xC82145) is known color: Cardinal. HEX triplet: C8, 21 and 45. RGB value is (200,33,69). Sum of RGB (Red+Green+Blue) = 200+33+69=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C82145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82145 is #37DEBA. Grayscale: #575757. Windows color (decimal): -3661499 or 4530632. OLE color: 4530632.

HSL color Cylindrical-coordinate representation of color #C82145: hue angle of 347.07º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82145 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 33 69 -
CMYK 0 0.84 0.66 0.22
HSL 347.07º 0.72% 0.46% -
HSV(B) 347.07º 0.84% 0.78% -
XYZ 25.44 13.8 6.95 -
YUV 87.04 117.83 208.57 -
System Red Green Blue C M Y K H S L
Decimal 200 33 69 0 0.84 0.66 0.22 347.07 0.72 0.46
Hex C8 21 45 0 54 42 16 15B 48 2E
Octal 310 41 105 0 124 102 26 533 110 56
Binary 11001000 100001 1000101 0 1010100 1000010 10110 101011011 1001000 101110

Color Harmonies of #C82145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82145

Black with #C82145

Text Example


Text Example

White with #C82145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82145; }

 p { color: rgb(200,33,69); }

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

background-color css

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

 a { background-color: rgb(200,33,69); }

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

border-color css

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

 span { border-color: rgb(200,33,69); }

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