Html Css Color HEX #C92030 Cardinal

📋 copy color: '#C92030'

red 201 ◦ green 32 ◦ blue 48

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

Shades of Cardinal #C92030

Tints of Cardinal #C92030

RGB

 RED value IS 201 (78.91% from 255) = 71.53%

 GREEN value IS 32 (12.89% from 255) = 11.39%

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 71.53%
G = 11.39%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C92030 (or 0xC92030) is known color: Cardinal. HEX triplet: C9, 20 and 30. RGB value is (201,32,48). Sum of RGB (Red+Green+Blue) = 201+32+48=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C92030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92030 is #36DFCF. Grayscale: #545454. Windows color (decimal): -3596240 or 3154121. OLE color: 3154121.

HSL color Cylindrical-coordinate representation of color #C92030: hue angle of 354.32º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92030 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 32 48 -
CMYK 0 0.84 0.76 0.21
HSL 354.32º 0.73% 0.46% -
HSV(B) 354.32º 0.84% 0.79% -
XYZ 25.14 13.66 4.11 -
YUV 84.36 107.49 211.2 -
System Red Green Blue C M Y K H S L
Decimal 201 32 48 0 0.84 0.76 0.21 354.32 0.73 0.46
Hex C9 20 30 0 54 4C 15 162 49 2E
Octal 311 40 60 0 124 114 25 542 111 56
Binary 11001001 100000 110000 0 1010100 1001100 10101 101100010 1001001 101110

Color Harmonies of #C92030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92030

Black with #C92030

Text Example


Text Example

White with #C92030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92030; }

 p { color: rgb(201,32,48); }

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

background-color css

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

 a { background-color: rgb(201,32,48); }

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

border-color css

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

 span { border-color: rgb(201,32,48); }

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