Html Css Color HEX #C63432 Persian Red

📋 copy color: '#C63432'

red 198 ◦ green 52 ◦ blue 50

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

Shades of Persian Red #C63432

Tints of Persian Red #C63432

RGB

 RED value IS 198 (77.73% from 255) = 66%

 GREEN value IS 52 (20.7% from 255) = 17.33%

 BLUE value IS 50 (19.92% from 255) = 16.67%

R = 66%
G = 17.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C63432 (or 0xC63432) is known color: Persian Red. HEX triplet: C6, 34 and 32. RGB value is (198,52,50). Sum of RGB (Red+Green+Blue) = 198+52+50=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C63432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63432 is #39CBCD. Grayscale: #5F5F5F. Windows color (decimal): -3787726 or 3290310. OLE color: 3290310.

HSL color Cylindrical-coordinate representation of color #C63432: hue angle of 0.81º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63432 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 52 50 -
CMYK 0 0.74 0.75 0.22
HSL 0.81º 0.6% 0.49% -
HSV(B) 0.81º 0.75% 0.78% -
XYZ 25.09 14.69 4.53 -
YUV 95.43 102.37 201.16 -
System Red Green Blue C M Y K H S L
Decimal 198 52 50 0 0.74 0.75 0.22 0.81 0.6 0.49
Hex C6 34 32 0 4A 4B 16 1 3C 31
Octal 306 64 62 0 112 113 26 1 74 61
Binary 11000110 110100 110010 0 1001010 1001011 10110 1 111100 110001

Color Harmonies of #C63432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63432

Black with #C63432

Text Example


Text Example

White with #C63432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63432; }

 p { color: rgb(198,52,50); }

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

background-color css

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

 a { background-color: rgb(198,52,50); }

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

border-color css

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

 span { border-color: rgb(198,52,50); }

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