Html Css Color HEX #CF033D Crimson

📋 copy color: '#CF033D'

red 207 ◦ green 3 ◦ blue 61

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

Shades of Crimson #CF033D

Tints of Crimson #CF033D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 61 (24.22% from 255) = 22.51%

R = 76.38%
G = 1.11%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF033D (or 0xCF033D) is known color: Crimson. HEX triplet: CF, 03 and 3D. RGB value is (207,3,61). Sum of RGB (Red+Green+Blue) = 207+3+61=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF033D is #30FCC2. Grayscale: #464646. Windows color (decimal): -3210435 or 3998671. OLE color: 3998671.

HSL color Cylindrical-coordinate representation of color #CF033D: hue angle of 342.94º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF033D is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 3 61 -
CMYK 0 0.99 0.71 0.19
HSL 342.94º 0.97% 0.41% -
HSV(B) 342.94º 0.99% 0.81% -
XYZ 26.61 13.67 5.65 -
YUV 70.61 122.59 225.28 -
System Red Green Blue C M Y K H S L
Decimal 207 3 61 0 0.99 0.71 0.19 342.94 0.97 0.41
Hex CF 3 3D 0 63 47 13 157 61 29
Octal 317 3 75 0 143 107 23 527 141 51
Binary 11001111 11 111101 0 1100011 1000111 10011 101010111 1100001 101001

Color Harmonies of #CF033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF033D

Black with #CF033D

Text Example


Text Example

White with #CF033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF033D; }

 p { color: rgb(207,3,61); }

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

background-color css

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

 a { background-color: rgb(207,3,61); }

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

border-color css

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

 span { border-color: rgb(207,3,61); }

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