Html Css Color HEX #C82334 Cardinal

📋 copy color: '#C82334'

red 200 ◦ green 35 ◦ blue 52

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

Shades of Cardinal #C82334

Tints of Cardinal #C82334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.12%

R = 69.69%
G = 12.2%
B = 18.12%

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

#C82334 (or 0xC82334) is known color: Cardinal. HEX triplet: C8, 23 and 34. RGB value is (200,35,52). Sum of RGB (Red+Green+Blue) = 200+35+52=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C82334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82334 is #37DCCB. Grayscale: #565656. Windows color (decimal): -3661004 or 3417032. OLE color: 3417032.

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

Color convert

RGB 200 35 52 -
CMYK 0 0.82 0.74 0.22
HSL 353.82º 0.7% 0.46% -
HSV(B) 353.82º 0.83% 0.78% -
XYZ 25.04 13.73 4.58 -
YUV 86.27 108.66 209.12 -
System Red Green Blue C M Y K H S L
Decimal 200 35 52 0 0.82 0.74 0.22 353.82 0.7 0.46
Hex C8 23 34 0 52 4A 16 162 46 2E
Octal 310 43 64 0 122 112 26 542 106 56
Binary 11001000 100011 110100 0 1010010 1001010 10110 101100010 1000110 101110

Color Harmonies of #C82334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82334

Black with #C82334

Text Example


Text Example

White with #C82334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82334; }

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

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

background-color css

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

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

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

border-color css

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

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

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