Html Css Color HEX #C63B33 Persian Red

📋 copy color: '#C63B33'

red 198 ◦ green 59 ◦ blue 51

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

Shades of Persian Red #C63B33

Tints of Persian Red #C63B33

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.16%

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

R = 64.29%
G = 19.16%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C63B33 (or 0xC63B33) is known color: Persian Red. HEX triplet: C6, 3B and 33. RGB value is (198,59,51). Sum of RGB (Red+Green+Blue) = 198+59+51=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63B33 is #39C4CC. Grayscale: #636363. Windows color (decimal): -3785933 or 3357638. OLE color: 3357638.

HSL color Cylindrical-coordinate representation of color #C63B33: hue angle of 3.27º 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 #C63B33 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 59 51 -
CMYK 0 0.70 0.74 0.22
HSL 3.27º 0.59% 0.49% -
HSV(B) 3.27º 0.74% 0.78% -
XYZ 25.45 15.37 4.76 -
YUV 99.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 198 59 51 0 0.70 0.74 0.22 3.27 0.59 0.49
Hex C6 3B 33 0 46 4A 16 3 3B 31
Octal 306 73 63 0 106 112 26 3 73 61
Binary 11000110 111011 110011 0 1000110 1001010 10110 11 111011 110001

Color Harmonies of #C63B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63B33

Black with #C63B33

Text Example


Text Example

White with #C63B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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