Html Css Color HEX #C82342 Cardinal

📋 copy color: '#C82342'

red 200 ◦ green 35 ◦ blue 66

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

Shades of Cardinal #C82342

Tints of Cardinal #C82342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 66.45%
G = 11.63%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C82342 (or 0xC82342) is known color: Cardinal. HEX triplet: C8, 23 and 42. RGB value is (200,35,66). Sum of RGB (Red+Green+Blue) = 200+35+66=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C82342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82342 is #37DCBD. Grayscale: #575757. Windows color (decimal): -3660990 or 4334536. OLE color: 4334536.

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

Color convert

RGB 200 35 66 -
CMYK 0 0.82 0.67 0.22
HSL 348.73º 0.7% 0.46% -
HSV(B) 348.73º 0.83% 0.78% -
XYZ 25.4 13.87 6.49 -
YUV 87.87 115.66 207.98 -
System Red Green Blue C M Y K H S L
Decimal 200 35 66 0 0.82 0.67 0.22 348.73 0.7 0.46
Hex C8 23 42 0 52 43 16 15D 46 2E
Octal 310 43 102 0 122 103 26 535 106 56
Binary 11001000 100011 1000010 0 1010010 1000011 10110 101011101 1000110 101110

Color Harmonies of #C82342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82342

Black with #C82342

Text Example


Text Example

White with #C82342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82342; }

 p { color: rgb(200,35,66); }

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

background-color css

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

 a { background-color: rgb(200,35,66); }

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

border-color css

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

 span { border-color: rgb(200,35,66); }

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