Html Css Color HEX #C82631 Cardinal

📋 copy color: '#C82631'

red 200 ◦ green 38 ◦ blue 49

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

Shades of Cardinal #C82631

Tints of Cardinal #C82631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.07%

R = 69.69%
G = 13.24%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C82631 (or 0xC82631) is known color: Cardinal. HEX triplet: C8, 26 and 31. RGB value is (200,38,49). Sum of RGB (Red+Green+Blue) = 200+38+49=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C82631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82631 is #37D9CE. Grayscale: #575757. Windows color (decimal): -3660239 or 3221192. OLE color: 3221192.

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

Color convert

RGB 200 38 49 -
CMYK 0 0.81 0.76 0.22
HSL 355.93º 0.68% 0.47% -
HSV(B) 355.93º 0.81% 0.78% -
XYZ 25.07 13.89 4.27 -
YUV 87.69 106.17 208.11 -
System Red Green Blue C M Y K H S L
Decimal 200 38 49 0 0.81 0.76 0.22 355.93 0.68 0.47
Hex C8 26 31 0 51 4C 16 164 44 2F
Octal 310 46 61 0 121 114 26 544 104 57
Binary 11001000 100110 110001 0 1010001 1001100 10110 101100100 1000100 101111

Color Harmonies of #C82631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82631

Black with #C82631

Text Example


Text Example

White with #C82631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82631; }

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

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

background-color css

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

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

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

border-color css

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

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

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