Html Css Color HEX #C52733 Cardinal

📋 copy color: '#C52733'

red 197 ◦ green 39 ◦ blue 51

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

Shades of Cardinal #C52733

Tints of Cardinal #C52733

RGB

 RED value IS 197 (77.34% from 255) = 68.64%

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

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

R = 68.64%
G = 13.59%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C52733 (or 0xC52733) is known color: Cardinal. HEX triplet: C5, 27 and 33. RGB value is (197,39,51). Sum of RGB (Red+Green+Blue) = 197+39+51=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C52733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52733 is #3AD8CC. Grayscale: #575757. Windows color (decimal): -3856589 or 3352517. OLE color: 3352517.

HSL color Cylindrical-coordinate representation of color #C52733: hue angle of 355.44º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52733 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 39 51 -
CMYK 0 0.80 0.74 0.23
HSL 355.44º 0.67% 0.46% -
HSV(B) 355.44º 0.8% 0.77% -
XYZ 24.35 13.56 4.47 -
YUV 87.61 107.35 206.02 -
System Red Green Blue C M Y K H S L
Decimal 197 39 51 0 0.80 0.74 0.23 355.44 0.67 0.46
Hex C5 27 33 0 50 4A 17 163 43 2E
Octal 305 47 63 0 120 112 27 543 103 56
Binary 11000101 100111 110011 0 1010000 1001010 10111 101100011 1000011 101110

Color Harmonies of #C52733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52733

Black with #C52733

Text Example


Text Example

White with #C52733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52733; }

 p { color: rgb(197,39,51); }

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

background-color css

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

 a { background-color: rgb(197,39,51); }

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

border-color css

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

 span { border-color: rgb(197,39,51); }

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