Html Css Color HEX #C82633 Cardinal

📋 copy color: '#C82633'

red 200 ◦ green 38 ◦ blue 51

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

Shades of Cardinal #C82633

Tints of Cardinal #C82633

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.15%

 BLUE value IS 51 (20.31% from 255) = 17.65%

R = 69.2%
G = 13.15%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C82633 (or 0xC82633) is known color: Cardinal. HEX triplet: C8, 26 and 33. RGB value is (200,38,51). Sum of RGB (Red+Green+Blue) = 200+38+51=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C82633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82633 is #37D9CC. Grayscale: #585858. Windows color (decimal): -3660237 or 3352264. OLE color: 3352264.

HSL color Cylindrical-coordinate representation of color #C82633: hue angle of 355.19º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82633 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 38 51 -
CMYK 0 0.81 0.74 0.22
HSL 355.19º 0.68% 0.47% -
HSV(B) 355.19º 0.81% 0.78% -
XYZ 25.11 13.9 4.49 -
YUV 87.92 107.17 207.94 -
System Red Green Blue C M Y K H S L
Decimal 200 38 51 0 0.81 0.74 0.22 355.19 0.68 0.47
Hex C8 26 33 0 51 4A 16 163 44 2F
Octal 310 46 63 0 121 112 26 543 104 57
Binary 11001000 100110 110011 0 1010001 1001010 10110 101100011 1000100 101111

Color Harmonies of #C82633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82633

Black with #C82633

Text Example


Text Example

White with #C82633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82633; }

 p { color: rgb(200,38,51); }

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

background-color css

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

 a { background-color: rgb(200,38,51); }

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

border-color css

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

 span { border-color: rgb(200,38,51); }

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