Html Css Color HEX #C0252D Cardinal

📋 copy color: '#C0252D'

red 192 ◦ green 37 ◦ blue 45

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

Shades of Cardinal #C0252D

Tints of Cardinal #C0252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.42%

R = 70.07%
G = 13.5%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0252D (or 0xC0252D) is known color: Cardinal. HEX triplet: C0, 25 and 2D. RGB value is (192,37,45). Sum of RGB (Red+Green+Blue) = 192+37+45=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0252D is #3FDAD2. Grayscale: #545454. Windows color (decimal): -4184787 or 2958784. OLE color: 2958784.

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

Color convert

RGB 192 37 45 -
CMYK 0 0.81 0.77 0.25
HSL 356.9º 0.68% 0.45% -
HSV(B) 356.9º 0.81% 0.75% -
XYZ 22.87 12.72 3.73 -
YUV 84.26 105.85 204.85 -
System Red Green Blue C M Y K H S L
Decimal 192 37 45 0 0.81 0.77 0.25 356.9 0.68 0.45
Hex C0 25 2D 0 51 4D 19 165 44 2D
Octal 300 45 55 0 121 115 31 545 104 55
Binary 11000000 100101 101101 0 1010001 1001101 11001 101100101 1000100 101101

Color Harmonies of #C0252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0252D

Black with #C0252D

Text Example


Text Example

White with #C0252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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