Html Css Color HEX #C3242D Cardinal

📋 copy color: '#C3242D'

red 195 ◦ green 36 ◦ blue 45

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

Shades of Cardinal #C3242D

Tints of Cardinal #C3242D

RGB

 RED value IS 195 (76.56% from 255) = 70.65%

 GREEN value IS 36 (14.45% from 255) = 13.04%

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 70.65%
G = 13.04%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3242D (or 0xC3242D) is known color: Cardinal. HEX triplet: C3, 24 and 2D. RGB value is (195,36,45). Sum of RGB (Red+Green+Blue) = 195+36+45=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C3242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3242D is #3CDBD2. Grayscale: #545454. Windows color (decimal): -3988435 or 2958531. OLE color: 2958531.

HSL color Cylindrical-coordinate representation of color #C3242D: hue angle of 356.6º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C3242D is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 36 45 -
CMYK 0 0.82 0.77 0.24
HSL 356.6º 0.69% 0.45% -
HSV(B) 356.6º 0.82% 0.76% -
XYZ 23.61 13.05 3.76 -
YUV 84.57 105.68 206.77 -
System Red Green Blue C M Y K H S L
Decimal 195 36 45 0 0.82 0.77 0.24 356.6 0.69 0.45
Hex C3 24 2D 0 52 4D 18 165 45 2D
Octal 303 44 55 0 122 115 30 545 105 55
Binary 11000011 100100 101101 0 1010010 1001101 11000 101100101 1000101 101101

Color Harmonies of #C3242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3242D

Black with #C3242D

Text Example


Text Example

White with #C3242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3242D; }

 p { color: rgb(195,36,45); }

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

background-color css

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

 a { background-color: rgb(195,36,45); }

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

border-color css

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

 span { border-color: rgb(195,36,45); }

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