Html Css Color HEX #C3242A Cardinal

📋 copy color: '#C3242A'

red 195 ◦ green 36 ◦ blue 42

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

Shades of Cardinal #C3242A

Tints of Cardinal #C3242A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.38%

R = 71.43%
G = 13.19%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3242A (or 0xC3242A) is known color: Cardinal. HEX triplet: C3, 24 and 2A. RGB value is (195,36,42). Sum of RGB (Red+Green+Blue) = 195+36+42=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C3242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3242A is #3CDBD5. Grayscale: #545454. Windows color (decimal): -3988438 or 2761923. OLE color: 2761923.

HSL color Cylindrical-coordinate representation of color #C3242A: hue angle of 357.74º 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 #C3242A is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 36 42 -
CMYK 0 0.82 0.78 0.24
HSL 357.74º 0.69% 0.45% -
HSV(B) 357.74º 0.82% 0.76% -
XYZ 23.55 13.03 3.46 -
YUV 84.23 104.18 207.01 -
System Red Green Blue C M Y K H S L
Decimal 195 36 42 0 0.82 0.78 0.24 357.74 0.69 0.45
Hex C3 24 2A 0 52 4E 18 166 45 2D
Octal 303 44 52 0 122 116 30 546 105 55
Binary 11000011 100100 101010 0 1010010 1001110 11000 101100110 1000101 101101

Color Harmonies of #C3242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3242A

Black with #C3242A

Text Example


Text Example

White with #C3242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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