Html Css Color HEX #C33827 Persian Red

📋 copy color: '#C33827'

red 195 ◦ green 56 ◦ blue 39

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

Shades of Persian Red #C33827

Tints of Persian Red #C33827

RGB

 RED value IS 195 (76.56% from 255) = 67.24%

 GREEN value IS 56 (22.27% from 255) = 19.31%

 BLUE value IS 39 (15.63% from 255) = 13.45%

R = 67.24%
G = 19.31%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C33827 (or 0xC33827) is known color: Persian Red. HEX triplet: C3, 38 and 27. RGB value is (195,56,39). Sum of RGB (Red+Green+Blue) = 195+56+39=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C33827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33827 is #3CC7D8. Grayscale: #5F5F5F. Windows color (decimal): -3983321 or 2570435. OLE color: 2570435.

HSL color Cylindrical-coordinate representation of color #C33827: hue angle of 6.54º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C33827 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 56 39 -
CMYK 0 0.71 0.80 0.24
HSL 6.54º 0.67% 0.46% -
HSV(B) 6.54º 0.8% 0.76% -
XYZ 24.29 14.58 3.45 -
YUV 95.62 96.05 198.88 -
System Red Green Blue C M Y K H S L
Decimal 195 56 39 0 0.71 0.80 0.24 6.54 0.67 0.46
Hex C3 38 27 0 47 50 18 7 43 2E
Octal 303 70 47 0 107 120 30 7 103 56
Binary 11000011 111000 100111 0 1000111 1010000 11000 111 1000011 101110

Color Harmonies of #C33827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33827

Black with #C33827

Text Example


Text Example

White with #C33827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33827; }

 p { color: rgb(195,56,39); }

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

background-color css

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

 a { background-color: rgb(195,56,39); }

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

border-color css

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

 span { border-color: rgb(195,56,39); }

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