Html Css Color HEX #C3242B Cardinal

📋 copy color: '#C3242B'

red 195 ◦ green 36 ◦ blue 43

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

Shades of Cardinal #C3242B

Tints of Cardinal #C3242B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.69%

R = 71.17%
G = 13.14%
B = 15.69%

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

#C3242B (or 0xC3242B) is known color: Cardinal. HEX triplet: C3, 24 and 2B. RGB value is (195,36,43). Sum of RGB (Red+Green+Blue) = 195+36+43=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C3242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3242B is #3CDBD4. Grayscale: #545454. Windows color (decimal): -3988437 or 2827459. OLE color: 2827459.

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

Color convert

RGB 195 36 43 -
CMYK 0 0.82 0.78 0.24
HSL 357.36º 0.69% 0.45% -
HSV(B) 357.36º 0.82% 0.76% -
XYZ 23.57 13.04 3.56 -
YUV 84.34 104.68 206.93 -
System Red Green Blue C M Y K H S L
Decimal 195 36 43 0 0.82 0.78 0.24 357.36 0.69 0.45
Hex C3 24 2B 0 52 4E 18 165 45 2D
Octal 303 44 53 0 122 116 30 545 105 55
Binary 11000011 100100 101011 0 1010010 1001110 11000 101100101 1000101 101101

Color Harmonies of #C3242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3242B

Black with #C3242B

Text Example


Text Example

White with #C3242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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