Html Css Color HEX #C63533 Persian Red

📋 copy color: '#C63533'

red 198 ◦ green 53 ◦ blue 51

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

Shades of Persian Red #C63533

Tints of Persian Red #C63533

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.55%

 BLUE value IS 51 (20.31% from 255) = 16.89%

R = 65.56%
G = 17.55%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C63533 (or 0xC63533) is known color: Persian Red. HEX triplet: C6, 35 and 33. RGB value is (198,53,51). Sum of RGB (Red+Green+Blue) = 198+53+51=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C63533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63533 is #39CACC. Grayscale: #606060. Windows color (decimal): -3787469 or 3356102. OLE color: 3356102.

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

Color convert

RGB 198 53 51 -
CMYK 0 0.73 0.74 0.22
HSL 0.82º 0.59% 0.49% -
HSV(B) 0.82º 0.74% 0.78% -
XYZ 25.16 14.79 4.66 -
YUV 96.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 198 53 51 0 0.73 0.74 0.22 0.82 0.59 0.49
Hex C6 35 33 0 49 4A 16 1 3B 31
Octal 306 65 63 0 111 112 26 1 73 61
Binary 11000110 110101 110011 0 1001001 1001010 10110 1 111011 110001

Color Harmonies of #C63533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63533

Black with #C63533

Text Example


Text Example

White with #C63533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63533; }

 p { color: rgb(198,53,51); }

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

background-color css

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

 a { background-color: rgb(198,53,51); }

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

border-color css

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

 span { border-color: rgb(198,53,51); }

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