Html Css Color HEX #C0253C Cardinal

📋 copy color: '#C0253C'

red 192 ◦ green 37 ◦ blue 60

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

Shades of Cardinal #C0253C

Tints of Cardinal #C0253C

RGB

 RED value IS 192 (75.39% from 255) = 66.44%

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

 BLUE value IS 60 (23.83% from 255) = 20.76%

R = 66.44%
G = 12.8%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0253C (or 0xC0253C) is known color: Cardinal. HEX triplet: C0, 25 and 3C. RGB value is (192,37,60). Sum of RGB (Red+Green+Blue) = 192+37+60=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C0253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0253C is #3FDAC3. Grayscale: #565656. Windows color (decimal): -4184772 or 3941824. OLE color: 3941824.

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

Color convert

RGB 192 37 60 -
CMYK 0 0.81 0.69 0.25
HSL 351.1º 0.68% 0.45% -
HSV(B) 351.1º 0.81% 0.75% -
XYZ 23.22 12.86 5.53 -
YUV 85.97 113.35 203.63 -
System Red Green Blue C M Y K H S L
Decimal 192 37 60 0 0.81 0.69 0.25 351.1 0.68 0.45
Hex C0 25 3C 0 51 45 19 15F 44 2D
Octal 300 45 74 0 121 105 31 537 104 55
Binary 11000000 100101 111100 0 1010001 1000101 11001 101011111 1000100 101101

Color Harmonies of #C0253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0253C

Black with #C0253C

Text Example


Text Example

White with #C0253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0253C; }

 p { color: rgb(192,37,60); }

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

background-color css

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

 a { background-color: rgb(192,37,60); }

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

border-color css

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

 span { border-color: rgb(192,37,60); }

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