Html Css Color HEX #C80933 Cardinal

📋 copy color: '#C80933'

red 200 ◦ green 9 ◦ blue 51

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

Shades of Cardinal #C80933

Tints of Cardinal #C80933

RGB

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

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

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

R = 76.92%
G = 3.46%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C80933 (or 0xC80933) is known color: Cardinal. HEX triplet: C8, 09 and 33. RGB value is (200,9,51). Sum of RGB (Red+Green+Blue) = 200+9+51=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C80933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80933 is #37F6CC. Grayscale: #464646. Windows color (decimal): -3667661 or 3344840. OLE color: 3344840.

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

Color convert

RGB 200 9 51 -
CMYK 0 0.96 0.74 0.22
HSL 346.81º 0.91% 0.41% -
HSV(B) 346.81º 0.96% 0.78% -
XYZ 24.51 12.71 4.29 -
YUV 70.9 116.78 220.08 -
System Red Green Blue C M Y K H S L
Decimal 200 9 51 0 0.96 0.74 0.22 346.81 0.91 0.41
Hex C8 9 33 0 60 4A 16 15B 5B 29
Octal 310 11 63 0 140 112 26 533 133 51
Binary 11001000 1001 110011 0 1100000 1001010 10110 101011011 1011011 101001

Color Harmonies of #C80933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80933

Black with #C80933

Text Example


Text Example

White with #C80933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80933; }

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

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

background-color css

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

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

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

border-color css

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

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

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