Html Css Color HEX #CF332B Persian Red

📋 copy color: '#CF332B'

red 207 ◦ green 51 ◦ blue 43

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

Shades of Persian Red #CF332B

Tints of Persian Red #CF332B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.94%

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

R = 68.77%
G = 16.94%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF332B (or 0xCF332B) is known color: Persian Red. HEX triplet: CF, 33 and 2B. RGB value is (207,51,43). Sum of RGB (Red+Green+Blue) = 207+51+43=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF332B is #30CCD4. Grayscale: #606060. Windows color (decimal): -3198165 or 2831311. OLE color: 2831311.

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

Color convert

RGB 207 51 43 -
CMYK 0 0.75 0.79 0.19
HSL 2.93º 0.66% 0.49% -
HSV(B) 2.93º 0.79% 0.81% -
XYZ 27.35 15.81 3.9 -
YUV 96.73 97.68 206.65 -
System Red Green Blue C M Y K H S L
Decimal 207 51 43 0 0.75 0.79 0.19 2.93 0.66 0.49
Hex CF 33 2B 0 4B 4F 13 3 42 31
Octal 317 63 53 0 113 117 23 3 102 61
Binary 11001111 110011 101011 0 1001011 1001111 10011 11 1000010 110001

Color Harmonies of #CF332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF332B

Black with #CF332B

Text Example


Text Example

White with #CF332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF332B; }

 p { color: rgb(207,51,43); }

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

background-color css

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

 a { background-color: rgb(207,51,43); }

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

border-color css

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

 span { border-color: rgb(207,51,43); }

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