Html Css Color HEX #C3243B Cardinal

📋 copy color: '#C3243B'

red 195 ◦ green 36 ◦ blue 59

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

Shades of Cardinal #C3243B

Tints of Cardinal #C3243B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.34%

R = 67.24%
G = 12.41%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3243B (or 0xC3243B) is known color: Cardinal. HEX triplet: C3, 24 and 3B. RGB value is (195,36,59). Sum of RGB (Red+Green+Blue) = 195+36+59=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C3243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3243B is #3CDBC4. Grayscale: #565656. Windows color (decimal): -3988421 or 3876035. OLE color: 3876035.

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

Color convert

RGB 195 36 59 -
CMYK 0 0.82 0.70 0.24
HSL 351.32º 0.69% 0.45% -
HSV(B) 351.32º 0.82% 0.76% -
XYZ 23.93 13.18 5.42 -
YUV 86.16 112.68 205.63 -
System Red Green Blue C M Y K H S L
Decimal 195 36 59 0 0.82 0.70 0.24 351.32 0.69 0.45
Hex C3 24 3B 0 52 46 18 15F 45 2D
Octal 303 44 73 0 122 106 30 537 105 55
Binary 11000011 100100 111011 0 1010010 1000110 11000 101011111 1000101 101101

Color Harmonies of #C3243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3243B

Black with #C3243B

Text Example


Text Example

White with #C3243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3243B; }

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

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

background-color css

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

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

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

border-color css

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

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

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