Html Css Color HEX #C42D25 Persian Red

📋 copy color: '#C42D25'

red 196 ◦ green 45 ◦ blue 37

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

Shades of Persian Red #C42D25

Tints of Persian Red #C42D25

RGB

 RED value IS 196 (76.95% from 255) = 70.5%

 GREEN value IS 45 (17.97% from 255) = 16.19%

 BLUE value IS 37 (14.84% from 255) = 13.31%

R = 70.5%
G = 16.19%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C42D25 (or 0xC42D25) is known color: Persian Red. HEX triplet: C4, 2D and 25. RGB value is (196,45,37). Sum of RGB (Red+Green+Blue) = 196+45+37=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42D25 is #3BD2DA. Grayscale: #595959. Windows color (decimal): -3920603 or 2436548. OLE color: 2436548.

HSL color Cylindrical-coordinate representation of color #C42D25: hue angle of 3.02º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42D25 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 45 37 -
CMYK 0 0.77 0.81 0.23
HSL 3.02º 0.68% 0.46% -
HSV(B) 3.02º 0.81% 0.77% -
XYZ 24.04 13.75 3.14 -
YUV 89.24 98.53 204.15 -
System Red Green Blue C M Y K H S L
Decimal 196 45 37 0 0.77 0.81 0.23 3.02 0.68 0.46
Hex C4 2D 25 0 4D 51 17 3 44 2E
Octal 304 55 45 0 115 121 27 3 104 56
Binary 11000100 101101 100101 0 1001101 1010001 10111 11 1000100 101110

Color Harmonies of #C42D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42D25

Black with #C42D25

Text Example


Text Example

White with #C42D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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