Html Css Color HEX #C82335 Cardinal

📋 copy color: '#C82335'

red 200 ◦ green 35 ◦ blue 53

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

Shades of Cardinal #C82335

Tints of Cardinal #C82335

RGB

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

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

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

R = 69.44%
G = 12.15%
B = 18.4%

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

#C82335 (or 0xC82335) is known color: Cardinal. HEX triplet: C8, 23 and 35. RGB value is (200,35,53). Sum of RGB (Red+Green+Blue) = 200+35+53=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C82335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82335 is #37DCCA. Grayscale: #565656. Windows color (decimal): -3661003 or 3482568. OLE color: 3482568.

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

Color convert

RGB 200 35 53 -
CMYK 0 0.82 0.74 0.22
HSL 353.45º 0.7% 0.46% -
HSV(B) 353.45º 0.83% 0.78% -
XYZ 25.06 13.74 4.7 -
YUV 86.39 109.16 209.04 -
System Red Green Blue C M Y K H S L
Decimal 200 35 53 0 0.82 0.74 0.22 353.45 0.7 0.46
Hex C8 23 35 0 52 4A 16 161 46 2E
Octal 310 43 65 0 122 112 26 541 106 56
Binary 11001000 100011 110101 0 1010010 1001010 10110 101100001 1000110 101110

Color Harmonies of #C82335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82335

Black with #C82335

Text Example


Text Example

White with #C82335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82335; }

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

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

background-color css

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

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

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

border-color css

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

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

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