Html Css Color HEX #C3253A Cardinal

📋 copy color: '#C3253A'

red 195 ◦ green 37 ◦ blue 58

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

Shades of Cardinal #C3253A

Tints of Cardinal #C3253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.76%

 BLUE value IS 58 (23.05% from 255) = 20%

R = 67.24%
G = 12.76%
B = 20%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3253A (or 0xC3253A) is known color: Cardinal. HEX triplet: C3, 25 and 3A. RGB value is (195,37,58). Sum of RGB (Red+Green+Blue) = 195+37+58=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C3253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3253A is #3CDAC5. Grayscale: #565656. Windows color (decimal): -3988166 or 3810755. OLE color: 3810755.

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

Color convert

RGB 195 37 58 -
CMYK 0 0.81 0.70 0.24
HSL 352.03º 0.68% 0.45% -
HSV(B) 352.03º 0.81% 0.76% -
XYZ 23.93 13.23 5.3 -
YUV 86.64 111.85 205.29 -
System Red Green Blue C M Y K H S L
Decimal 195 37 58 0 0.81 0.70 0.24 352.03 0.68 0.45
Hex C3 25 3A 0 51 46 18 160 44 2D
Octal 303 45 72 0 121 106 30 540 104 55
Binary 11000011 100101 111010 0 1010001 1000110 11000 101100000 1000100 101101

Color Harmonies of #C3253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3253A

Black with #C3253A

Text Example


Text Example

White with #C3253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3253A; }

 p { color: rgb(195,37,58); }

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

background-color css

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

 a { background-color: rgb(195,37,58); }

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

border-color css

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

 span { border-color: rgb(195,37,58); }

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