Html Css Color HEX #C82238 Cardinal

📋 copy color: '#C82238'

red 200 ◦ green 34 ◦ blue 56

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

Shades of Cardinal #C82238

Tints of Cardinal #C82238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.72%

 BLUE value IS 56 (22.27% from 255) = 19.31%

R = 68.97%
G = 11.72%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C82238 (or 0xC82238) is known color: Cardinal. HEX triplet: C8, 22 and 38. RGB value is (200,34,56). Sum of RGB (Red+Green+Blue) = 200+34+56=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C82238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82238 is #37DDC7. Grayscale: #565656. Windows color (decimal): -3661256 or 3678920. OLE color: 3678920.

HSL color Cylindrical-coordinate representation of color #C82238: hue angle of 352.05º degrees, saturation: 0.71, 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 #C82238 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 34 56 -
CMYK 0 0.83 0.72 0.22
HSL 352.05º 0.71% 0.46% -
HSV(B) 352.05º 0.83% 0.78% -
XYZ 25.11 13.71 5.06 -
YUV 86.14 111 209.21 -
System Red Green Blue C M Y K H S L
Decimal 200 34 56 0 0.83 0.72 0.22 352.05 0.71 0.46
Hex C8 22 38 0 53 48 16 160 47 2E
Octal 310 42 70 0 123 110 26 540 107 56
Binary 11001000 100010 111000 0 1010011 1001000 10110 101100000 1000111 101110

Color Harmonies of #C82238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82238

Black with #C82238

Text Example


Text Example

White with #C82238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82238; }

 p { color: rgb(200,34,56); }

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

background-color css

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

 a { background-color: rgb(200,34,56); }

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

border-color css

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

 span { border-color: rgb(200,34,56); }

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