Html Css Color HEX #C3253B Cardinal

📋 copy color: '#C3253B'

red 195 ◦ green 37 ◦ blue 59

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

Shades of Cardinal #C3253B

Tints of Cardinal #C3253B

RGB

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

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

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

R = 67.01%
G = 12.71%
B = 20.27%

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

#C3253B (or 0xC3253B) is known color: Cardinal. HEX triplet: C3, 25 and 3B. RGB value is (195,37,59). Sum of RGB (Red+Green+Blue) = 195+37+59=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C3253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3253B is #3CDAC4. Grayscale: #565656. Windows color (decimal): -3988165 or 3876291. OLE color: 3876291.

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

Color convert

RGB 195 37 59 -
CMYK 0 0.81 0.70 0.24
HSL 351.65º 0.68% 0.45% -
HSV(B) 351.65º 0.81% 0.76% -
XYZ 23.96 13.24 5.43 -
YUV 86.75 112.35 205.21 -
System Red Green Blue C M Y K H S L
Decimal 195 37 59 0 0.81 0.70 0.24 351.65 0.68 0.45
Hex C3 25 3B 0 51 46 18 160 44 2D
Octal 303 45 73 0 121 106 30 540 104 55
Binary 11000011 100101 111011 0 1010001 1000110 11000 101100000 1000100 101101

Color Harmonies of #C3253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3253B

Black with #C3253B

Text Example


Text Example

White with #C3253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3253B; }

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

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

background-color css

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

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

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

border-color css

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

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

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