Html Css Color HEX #CC342B Persian Red

📋 copy color: '#CC342B'

red 204 ◦ green 52 ◦ blue 43

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

Shades of Persian Red #CC342B

Tints of Persian Red #CC342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.38%

R = 68.23%
G = 17.39%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC342B (or 0xCC342B) is known color: Persian Red. HEX triplet: CC, 34 and 2B. RGB value is (204,52,43). Sum of RGB (Red+Green+Blue) = 204+52+43=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC342B is #33CBD4. Grayscale: #606060. Windows color (decimal): -3394517 or 2831564. OLE color: 2831564.

HSL color Cylindrical-coordinate representation of color #CC342B: hue angle of 3.35º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC342B is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 52 43 -
CMYK 0 0.75 0.79 0.2
HSL 3.35º 0.65% 0.48% -
HSV(B) 3.35º 0.79% 0.8% -
XYZ 26.57 15.47 3.87 -
YUV 96.42 97.86 204.73 -
System Red Green Blue C M Y K H S L
Decimal 204 52 43 0 0.75 0.79 0.2 3.35 0.65 0.48
Hex CC 34 2B 0 4B 4F 14 3 41 30
Octal 314 64 53 0 113 117 24 3 101 60
Binary 11001100 110100 101011 0 1001011 1001111 10100 11 1000001 110000

Color Harmonies of #CC342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC342B

Black with #CC342B

Text Example


Text Example

White with #CC342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC342B; }

 p { color: rgb(204,52,43); }

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

background-color css

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

 a { background-color: rgb(204,52,43); }

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

border-color css

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

 span { border-color: rgb(204,52,43); }

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