Html Css Color HEX #CF433A Persian Red

📋 copy color: '#CF433A'

red 207 ◦ green 67 ◦ blue 58

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

Shades of Persian Red #CF433A

Tints of Persian Red #CF433A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.18%

 BLUE value IS 58 (23.05% from 255) = 17.47%

R = 62.35%
G = 20.18%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF433A (or 0xCF433A) is known color: Persian Red. HEX triplet: CF, 43 and 3A. RGB value is (207,67,58). Sum of RGB (Red+Green+Blue) = 207+67+58=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF433A is #30BCC5. Grayscale: #6C6C6C. Windows color (decimal): -3194054 or 3818447. OLE color: 3818447.

HSL color Cylindrical-coordinate representation of color #CF433A: hue angle of 3.62º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF433A is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 67 58 -
CMYK 0 0.68 0.72 0.19
HSL 3.62º 0.61% 0.52% -
HSV(B) 3.62º 0.72% 0.81% -
XYZ 28.5 17.59 5.89 -
YUV 107.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 207 67 58 0 0.68 0.72 0.19 3.62 0.61 0.52
Hex CF 43 3A 0 44 48 13 4 3D 34
Octal 317 103 72 0 104 110 23 4 75 64
Binary 11001111 1000011 111010 0 1000100 1001000 10011 100 111101 110100

Color Harmonies of #CF433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF433A

Black with #CF433A

Text Example


Text Example

White with #CF433A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF433A; }

 p { color: rgb(207,67,58); }

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

background-color css

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

 a { background-color: rgb(207,67,58); }

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

border-color css

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

 span { border-color: rgb(207,67,58); }

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