Html Css Color HEX #CF223E Cardinal

📋 copy color: '#CF223E'

red 207 ◦ green 34 ◦ blue 62

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

Shades of Cardinal #CF223E

Tints of Cardinal #CF223E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.22%

 BLUE value IS 62 (24.61% from 255) = 20.46%

R = 68.32%
G = 11.22%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF223E (or 0xCF223E) is known color: Cardinal. HEX triplet: CF, 22 and 3E. RGB value is (207,34,62). Sum of RGB (Red+Green+Blue) = 207+34+62=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF223E is #30DDC1. Grayscale: #585858. Windows color (decimal): -3202498 or 4072143. OLE color: 4072143.

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

Color convert

RGB 207 34 62 -
CMYK 0 0.84 0.70 0.19
HSL 350.29º 0.72% 0.47% -
HSV(B) 350.29º 0.84% 0.81% -
XYZ 27.17 14.76 5.97 -
YUV 88.92 112.81 212.22 -
System Red Green Blue C M Y K H S L
Decimal 207 34 62 0 0.84 0.70 0.19 350.29 0.72 0.47
Hex CF 22 3E 0 54 46 13 15E 48 2F
Octal 317 42 76 0 124 106 23 536 110 57
Binary 11001111 100010 111110 0 1010100 1000110 10011 101011110 1001000 101111

Color Harmonies of #CF223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF223E

Black with #CF223E

Text Example


Text Example

White with #CF223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF223E; }

 p { color: rgb(207,34,62); }

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

background-color css

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

 a { background-color: rgb(207,34,62); }

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

border-color css

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

 span { border-color: rgb(207,34,62); }

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