Html Css Color HEX #C4183F Cardinal

📋 copy color: '#C4183F'

red 196 ◦ green 24 ◦ blue 63

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

Shades of Cardinal #C4183F

Tints of Cardinal #C4183F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.48%

 BLUE value IS 63 (25% from 255) = 22.26%

R = 69.26%
G = 8.48%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4183F (or 0xC4183F) is known color: Cardinal. HEX triplet: C4, 18 and 3F. RGB value is (196,24,63). Sum of RGB (Red+Green+Blue) = 196+24+63=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C4183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4183F is #3BE7C0. Grayscale: #4F4F4F. Windows color (decimal): -3925953 or 4135108. OLE color: 4135108.

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

Color convert

RGB 196 24 63 -
CMYK 0 0.88 0.68 0.23
HSL 346.4º 0.78% 0.43% -
HSV(B) 346.4º 0.88% 0.77% -
XYZ 23.99 12.75 5.9 -
YUV 79.87 118.48 210.83 -
System Red Green Blue C M Y K H S L
Decimal 196 24 63 0 0.88 0.68 0.23 346.4 0.78 0.43
Hex C4 18 3F 0 58 44 17 15A 4E 2B
Octal 304 30 77 0 130 104 27 532 116 53
Binary 11000100 11000 111111 0 1011000 1000100 10111 101011010 1001110 101011

Color Harmonies of #C4183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4183F

Black with #C4183F

Text Example


Text Example

White with #C4183F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4183F; }

 p { color: rgb(196,24,63); }

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

background-color css

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

 a { background-color: rgb(196,24,63); }

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

border-color css

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

 span { border-color: rgb(196,24,63); }

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