Html Css Color HEX #C92430 Cardinal

📋 copy color: '#C92430'

red 201 ◦ green 36 ◦ blue 48

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

Shades of Cardinal #C92430

Tints of Cardinal #C92430

RGB

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

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

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

R = 70.53%
G = 12.63%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C92430 (or 0xC92430) is known color: Cardinal. HEX triplet: C9, 24 and 30. RGB value is (201,36,48). Sum of RGB (Red+Green+Blue) = 201+36+48=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C92430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92430 is #36DBCF. Grayscale: #565656. Windows color (decimal): -3595216 or 3155145. OLE color: 3155145.

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

Color convert

RGB 201 36 48 -
CMYK 0 0.82 0.76 0.21
HSL 355.64º 0.7% 0.46% -
HSV(B) 355.64º 0.82% 0.79% -
XYZ 25.25 13.89 4.15 -
YUV 86.7 106.16 209.52 -
System Red Green Blue C M Y K H S L
Decimal 201 36 48 0 0.82 0.76 0.21 355.64 0.7 0.46
Hex C9 24 30 0 52 4C 15 164 46 2E
Octal 311 44 60 0 122 114 25 544 106 56
Binary 11001001 100100 110000 0 1010010 1001100 10101 101100100 1000110 101110

Color Harmonies of #C92430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92430

Black with #C92430

Text Example


Text Example

White with #C92430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92430; }

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

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

background-color css

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

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

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

border-color css

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

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

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