Html Css Color HEX #CF342D Persian Red

📋 copy color: '#CF342D'

red 207 ◦ green 52 ◦ blue 45

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

Shades of Persian Red #CF342D

Tints of Persian Red #CF342D

RGB

 RED value IS 207 (81.25% from 255) = 68.09%

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

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 68.09%
G = 17.11%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF342D (or 0xCF342D) is known color: Persian Red. HEX triplet: CF, 34 and 2D. RGB value is (207,52,45). Sum of RGB (Red+Green+Blue) = 207+52+45=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF342D is #30CBD2. Grayscale: #616161. Windows color (decimal): -3197907 or 2962639. OLE color: 2962639.

HSL color Cylindrical-coordinate representation of color #CF342D: hue angle of 2.59º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF342D is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 52 45 -
CMYK 0 0.75 0.78 0.19
HSL 2.59º 0.64% 0.49% -
HSV(B) 2.59º 0.78% 0.81% -
XYZ 27.43 15.91 4.11 -
YUV 97.55 98.35 206.07 -
System Red Green Blue C M Y K H S L
Decimal 207 52 45 0 0.75 0.78 0.19 2.59 0.64 0.49
Hex CF 34 2D 0 4B 4E 13 3 40 31
Octal 317 64 55 0 113 116 23 3 100 61
Binary 11001111 110100 101101 0 1001011 1001110 10011 11 1000000 110001

Color Harmonies of #CF342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF342D

Black with #CF342D

Text Example


Text Example

White with #CF342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF342D; }

 p { color: rgb(207,52,45); }

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

background-color css

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

 a { background-color: rgb(207,52,45); }

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

border-color css

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

 span { border-color: rgb(207,52,45); }

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