Html Css Color HEX #C42734 Cardinal

📋 copy color: '#C42734'

red 196 ◦ green 39 ◦ blue 52

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

Shades of Cardinal #C42734

Tints of Cardinal #C42734

RGB

 RED value IS 196 (76.95% from 255) = 68.29%

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

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

R = 68.29%
G = 13.59%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C42734 (or 0xC42734) is known color: Cardinal. HEX triplet: C4, 27 and 34. RGB value is (196,39,52). Sum of RGB (Red+Green+Blue) = 196+39+52=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C42734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42734 is #3BD8CB. Grayscale: #575757. Windows color (decimal): -3922124 or 3418052. OLE color: 3418052.

HSL color Cylindrical-coordinate representation of color #C42734: hue angle of 355.03º 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 #C42734 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 39 52 -
CMYK 0 0.80 0.73 0.23
HSL 355.03º 0.67% 0.46% -
HSV(B) 355.03º 0.8% 0.77% -
XYZ 24.11 13.43 4.57 -
YUV 87.43 108.01 205.44 -
System Red Green Blue C M Y K H S L
Decimal 196 39 52 0 0.80 0.73 0.23 355.03 0.67 0.46
Hex C4 27 34 0 50 49 17 163 43 2E
Octal 304 47 64 0 120 111 27 543 103 56
Binary 11000100 100111 110100 0 1010000 1001001 10111 101100011 1000011 101110

Color Harmonies of #C42734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42734

Black with #C42734

Text Example


Text Example

White with #C42734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42734; }

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

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

background-color css

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

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

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

border-color css

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

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

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