Html Css Color HEX #C8263B Cardinal

📋 copy color: '#C8263B'

red 200 ◦ green 38 ◦ blue 59

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

Shades of Cardinal #C8263B

Tints of Cardinal #C8263B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.87%

R = 67.34%
G = 12.79%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C8263B (or 0xC8263B) is known color: Cardinal. HEX triplet: C8, 26 and 3B. RGB value is (200,38,59). Sum of RGB (Red+Green+Blue) = 200+38+59=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8263B is #37D9C4. Grayscale: #585858. Windows color (decimal): -3660229 or 3876552. OLE color: 3876552.

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

Color convert

RGB 200 38 59 -
CMYK 0 0.81 0.70 0.22
HSL 352.22º 0.68% 0.47% -
HSV(B) 352.22º 0.81% 0.78% -
XYZ 25.3 13.98 5.5 -
YUV 88.83 111.17 207.29 -
System Red Green Blue C M Y K H S L
Decimal 200 38 59 0 0.81 0.70 0.22 352.22 0.68 0.47
Hex C8 26 3B 0 51 46 16 160 44 2F
Octal 310 46 73 0 121 106 26 540 104 57
Binary 11001000 100110 111011 0 1010001 1000110 10110 101100000 1000100 101111

Color Harmonies of #C8263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8263B

Black with #C8263B

Text Example


Text Example

White with #C8263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8263B; }

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

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

background-color css

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

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

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

border-color css

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

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

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