Html Css Color HEX #C92734 Cardinal

📋 copy color: '#C92734'

red 201 ◦ green 39 ◦ blue 52

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

Shades of Cardinal #C92734

Tints of Cardinal #C92734

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.36%

 BLUE value IS 52 (20.7% from 255) = 17.81%

R = 68.84%
G = 13.36%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C92734 (or 0xC92734) is known color: Cardinal. HEX triplet: C9, 27 and 34. RGB value is (201,39,52). Sum of RGB (Red+Green+Blue) = 201+39+52=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C92734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92734 is #36D8CB. Grayscale: #595959. Windows color (decimal): -3594444 or 3418057. OLE color: 3418057.

HSL color Cylindrical-coordinate representation of color #C92734: hue angle of 355.19º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92734 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 39 52 -
CMYK 0 0.81 0.74 0.21
HSL 355.19º 0.68% 0.47% -
HSV(B) 355.19º 0.81% 0.79% -
XYZ 25.43 14.12 4.63 -
YUV 88.92 107.17 207.94 -
System Red Green Blue C M Y K H S L
Decimal 201 39 52 0 0.81 0.74 0.21 355.19 0.68 0.47
Hex C9 27 34 0 51 4A 15 163 44 2F
Octal 311 47 64 0 121 112 25 543 104 57
Binary 11001001 100111 110100 0 1010001 1001010 10101 101100011 1000100 101111

Color Harmonies of #C92734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92734

Black with #C92734

Text Example


Text Example

White with #C92734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92734; }

 p { color: rgb(201,39,52); }

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

background-color css

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

 a { background-color: rgb(201,39,52); }

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

border-color css

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

 span { border-color: rgb(201,39,52); }

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