Html Css Color HEX #C82433 Cardinal

📋 copy color: '#C82433'

red 200 ◦ green 36 ◦ blue 51

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

Shades of Cardinal #C82433

Tints of Cardinal #C82433

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.54%

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

R = 69.69%
G = 12.54%
B = 17.77%

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

#C82433 (or 0xC82433) is known color: Cardinal. HEX triplet: C8, 24 and 33. RGB value is (200,36,51). Sum of RGB (Red+Green+Blue) = 200+36+51=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C82433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82433 is #37DBCC. Grayscale: #565656. Windows color (decimal): -3660749 or 3351752. OLE color: 3351752.

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

Color convert

RGB 200 36 51 -
CMYK 0 0.82 0.74 0.22
HSL 354.51º 0.69% 0.46% -
HSV(B) 354.51º 0.82% 0.78% -
XYZ 25.05 13.78 4.47 -
YUV 86.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 200 36 51 0 0.82 0.74 0.22 354.51 0.69 0.46
Hex C8 24 33 0 52 4A 16 163 45 2E
Octal 310 44 63 0 122 112 26 543 105 56
Binary 11001000 100100 110011 0 1010010 1001010 10110 101100011 1000101 101110

Color Harmonies of #C82433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82433

Black with #C82433

Text Example


Text Example

White with #C82433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82433; }

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

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

background-color css

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

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

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

border-color css

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

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

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