Html Css Color HEX #CC3F26 Persian Red

📋 copy color: '#CC3F26'

red 204 ◦ green 63 ◦ blue 38

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

Shades of Persian Red #CC3F26

Tints of Persian Red #CC3F26

RGB

 RED value IS 204 (80.08% from 255) = 66.89%

 GREEN value IS 63 (25% from 255) = 20.66%

 BLUE value IS 38 (15.23% from 255) = 12.46%

R = 66.89%
G = 20.66%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC3F26 (or 0xCC3F26) is known color: Persian Red. HEX triplet: CC, 3F and 26. RGB value is (204,63,38). Sum of RGB (Red+Green+Blue) = 204+63+38=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3F26 is #33C0D9. Grayscale: #666666. Windows color (decimal): -3391706 or 2506700. OLE color: 2506700.

HSL color Cylindrical-coordinate representation of color #CC3F26: hue angle of 9.04º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC3F26 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 63 38 -
CMYK 0 0.69 0.81 0.2
HSL 9.04º 0.69% 0.47% -
HSV(B) 9.04º 0.81% 0.8% -
XYZ 27.03 16.53 3.6 -
YUV 102.31 91.71 200.53 -
System Red Green Blue C M Y K H S L
Decimal 204 63 38 0 0.69 0.81 0.2 9.04 0.69 0.47
Hex CC 3F 26 0 45 51 14 9 45 2F
Octal 314 77 46 0 105 121 24 11 105 57
Binary 11001100 111111 100110 0 1000101 1010001 10100 1001 1000101 101111

Color Harmonies of #CC3F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3F26

Black with #CC3F26

Text Example


Text Example

White with #CC3F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3F26; }

 p { color: rgb(204,63,38); }

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

background-color css

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

 a { background-color: rgb(204,63,38); }

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

border-color css

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

 span { border-color: rgb(204,63,38); }

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