Html Css Color HEX #C42534 Cardinal

📋 copy color: '#C42534'

red 196 ◦ green 37 ◦ blue 52

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

Shades of Cardinal #C42534

Tints of Cardinal #C42534

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.98%

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

R = 68.77%
G = 12.98%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C42534 (or 0xC42534) is known color: Cardinal. HEX triplet: C4, 25 and 34. RGB value is (196,37,52). Sum of RGB (Red+Green+Blue) = 196+37+52=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C42534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42534 is #3BDACB. Grayscale: #565656. Windows color (decimal): -3922636 or 3417540. OLE color: 3417540.

HSL color Cylindrical-coordinate representation of color #C42534: hue angle of 354.34º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42534 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 37 52 -
CMYK 0 0.81 0.73 0.23
HSL 354.34º 0.68% 0.46% -
HSV(B) 354.34º 0.81% 0.77% -
XYZ 24.05 13.31 4.55 -
YUV 86.25 108.68 206.28 -
System Red Green Blue C M Y K H S L
Decimal 196 37 52 0 0.81 0.73 0.23 354.34 0.68 0.46
Hex C4 25 34 0 51 49 17 162 44 2E
Octal 304 45 64 0 121 111 27 542 104 56
Binary 11000100 100101 110100 0 1010001 1001001 10111 101100010 1000100 101110

Color Harmonies of #C42534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42534

Black with #C42534

Text Example


Text Example

White with #C42534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42534; }

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

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

background-color css

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

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

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

border-color css

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

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

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