Html Css Color HEX #C8093B Cardinal

📋 copy color: '#C8093B'

red 200 ◦ green 9 ◦ blue 59

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

Shades of Cardinal #C8093B

Tints of Cardinal #C8093B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.36%

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

R = 74.63%
G = 3.36%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C8093B (or 0xC8093B) is known color: Cardinal. HEX triplet: C8, 09 and 3B. RGB value is (200,9,59). Sum of RGB (Red+Green+Blue) = 200+9+59=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C8093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8093B is #37F6C4. Grayscale: #474747. Windows color (decimal): -3667653 or 3869128. OLE color: 3869128.

HSL color Cylindrical-coordinate representation of color #C8093B: hue angle of 344.29º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8093B is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 9 59 -
CMYK 0 0.96 0.70 0.22
HSL 344.29º 0.91% 0.41% -
HSV(B) 344.29º 0.96% 0.78% -
XYZ 24.71 12.79 5.3 -
YUV 71.81 120.78 219.43 -
System Red Green Blue C M Y K H S L
Decimal 200 9 59 0 0.96 0.70 0.22 344.29 0.91 0.41
Hex C8 9 3B 0 60 46 16 158 5B 29
Octal 310 11 73 0 140 106 26 530 133 51
Binary 11001000 1001 111011 0 1100000 1000110 10110 101011000 1011011 101001

Color Harmonies of #C8093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8093B

Black with #C8093B

Text Example


Text Example

White with #C8093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8093B; }

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

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

background-color css

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

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

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

border-color css

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

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

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